ci: check hlint

This commit is contained in:
Sridhar Ratnakumar 2022-05-04 17:06:33 -04:00
parent 1c2e20f2b7
commit 576b380515

View file

@ -22,6 +22,9 @@ jobs:
- name: Format check
run: |
nix develop -j auto -c treefmt --fail-on-change
- name: Hlint
run: |
nix develop -j auto -c hlint src
- name: Build
id: build
run: |