We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 661a293 commit 7037565Copy full SHA for 7037565
.github/workflows/hlint.yml
@@ -20,4 +20,5 @@ jobs:
20
- name: 'Checking code'
21
uses: rwe/actions-hlint-run@v1
22
with:
23
- path: '[ "--with-group=extra", "--hint=ghcide/.hlint.yaml", "ghcide/src", "ghcide/exe", "ghcide/bench/lib", "ghcide/bench/exe", "ghcide/bench/hist", "shake-bench/src", "ghcide/test/exe" ]'
+ hlint-bin: "hnix --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" ]'
0 commit comments