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 eaf9f2e commit 3c07cf1Copy full SHA for 3c07cf1
.github/workflows/pre-commit.yml
@@ -15,6 +15,13 @@ 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 }}
@@ -46,9 +53,3 @@ jobs:
46
53
${{ inputs.cache-prefix }}${{ env.cache-name }}-${{ inputs.os }}-
47
54
if: env.GIT_DIFF
48
55
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