Skip to content

Commit

Permalink
use Hlint v3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jan 21, 2024
1 parent 93e9011 commit 76026ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: haskell-actions/run-fourmolu@v9
with:
version: "0.12.0.0"
version: "0.14.1.0"
pattern: |
src/**/*.hs
test/**/*.hs
Expand All @@ -25,6 +25,8 @@ jobs:

- name: 'Set up HLint'
uses: haskell-actions/hlint-setup@v2
with:
version: '3.8'

- name: 'Run HLint'
uses: haskell-actions/hlint-run@v2
Expand Down

0 comments on commit 76026ca

Please sign in to comment.