Skip to content

Commit 84ab085

Browse files
committed
CI: hlint: try path list align
1 parent bf4e6fb commit 84ab085

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/hlint.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,11 @@ jobs:
2121
uses: rwe/actions-hlint-run@v1
2222
with:
2323
hlint-bin: "hlint --with-group=extra --hint=ghcide/.hlint.yaml"
24-
path: '[ "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe" ]'
24+
path: '[ "ghcide/src"
25+
, "ghcide/exe"
26+
, "ghcide/bench/lib"
27+
, "ghcide/bench/exe"
28+
, "ghcide/bench/hist"
29+
, "shake-bench/src"
30+
, "ghcide/test/exe"
31+
]'

0 commit comments

Comments
 (0)