We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74b699 commit 14355fbCopy full SHA for 14355fb
.github/workflows/pre-commit.yml
@@ -15,13 +15,6 @@ jobs:
15
PATTERNS: |
16
+(src|exe|test|ghcide|plugins|hls-plugin-api|hie-compat|hls-graph|hls-test-utils)/**/*.hs
17
18
- - uses: actions/setup-python@v4
19
- if: env.GIT_DIFF
20
- - uses: pre-commit/action@v3.0.0
21
- with:
22
- extra_args: --files ${{ env.GIT_DIFF }}
23
24
-
25
- uses: ./.github/actions/setup-build
26
with:
27
os: ${{ runner.os }}
@@ -53,3 +46,9 @@ jobs:
53
46
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
54
47
if: env.GIT_DIFF
55
48
49
+ - uses: actions/setup-python@v4
50
+ if: env.GIT_DIFF
51
+ - uses: pre-commit/action@v3.0.0
52
+ with:
+ extra_args: --files ${{ env.GIT_DIFF }}
0 commit comments