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 6931193 commit 9bc240b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@ jobs:
- uses: actions/checkout@v4

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

- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
uses: haskell-actions/hlint-run@v2
with:
path: '["app/"]'
path: '["app"]'
fail-on: warning

2 changes: 1 addition & 1 deletion get-tested.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ executable get-tested
"-with-rtsopts=-N -T" -Wunused-packages

default-extensions:
NoStarIsType
DataKinds
DeriveAnyClass
DerivingStrategies
DerivingVia
DuplicateRecordFields
LambdaCase
NoStarIsType
OverloadedLabels
OverloadedRecordDot
OverloadedStrings
Expand Down

0 comments on commit 9bc240b

Please sign in to comment.