Skip to content

Commit

Permalink
Merge pull request #305 from turion/dev_ci
Browse files Browse the repository at this point in the history
Bump hlint
  • Loading branch information
turion authored Mar 29, 2024
2 parents 8c9e74b + 05efe17 commit 44632eb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,12 @@ jobs:
- uses: actions/checkout@v4

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

- name: Run HLint
uses: haskell/actions/hlint-run@v2
uses: haskell-actions/hlint-run@v2
with:
fail-on: warning

Expand Down

0 comments on commit 44632eb

Please sign in to comment.