Skip to content

Commit eaf9f2e

Browse files
committed
Didn't use the PATTERN field correctly
1 parent 66dae39 commit eaf9f2e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ jobs:
1313
- uses: technote-space/get-diff-action@v4.0.1
1414
with:
1515
PATTERNS: |
16-
+src/**/*.hs
16+
+(src|exe|test|ghcide|plugins|hls-plugin-api|hie-compat|hls-graph|hls-test-utils)/**/*.hs
1717
1818
- uses: ./.github/actions/setup-build
1919
with:
2020
os: ${{ runner.os }}
2121
shorten-hls: false
22+
if: env.GIT_DIFF
2223

2324
- name: "Install stylish-haskell"
2425
run: |

0 commit comments

Comments
 (0)