Skip to content

Commit 0638bc0

Browse files
committed
Remove quotes
1 parent b0cd15f commit 0638bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: rwe/actions-hlint-run@v2
2222
with:
2323
# Ignore testdata directories to silence hlint warnings for test data files.
24-
hlint-bin: "hlint --with-group=extra --ignore-glob='**/testdata/**/*.hs' --ignore-glob='**/test/data/**/*.hs'"
24+
hlint-bin: "hlint --with-group=extra --ignore-glob=**/testdata/** --ignore-glob=**/test/data/**"
2525
fail-on: error
2626
path: .
2727

0 commit comments

Comments
 (0)