Skip to content

Commit

Permalink
Enforce hlint and add it to the dev shell
Browse files Browse the repository at this point in the history
  • Loading branch information
infinisil committed Apr 4, 2024
1 parent 11e9bcf commit 66a8c81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: reuse lint
run: nix-build -A packages.reuse && result/bin/reuse lint

- name: hlint
run: nix-build -A checks.hlint

- name: build nixfmt
run: nix-build
if: success() || failure()
Expand Down
1 change: 1 addition & 0 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ build
haskellPackages.haskell-language-server
shellcheck
npins
hlint
];
};

Expand Down

0 comments on commit 66a8c81

Please sign in to comment.