ci: check hlint
This commit is contained in:
parent
1c2e20f2b7
commit
576b380515
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -22,6 +22,9 @@ jobs:
|
||||||
- name: Format check
|
- name: Format check
|
||||||
run: |
|
run: |
|
||||||
nix develop -j auto -c treefmt --fail-on-change
|
nix develop -j auto -c treefmt --fail-on-change
|
||||||
|
- name: Hlint
|
||||||
|
run: |
|
||||||
|
nix develop -j auto -c hlint src
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Reference in a new issue