Skip to content

Commit

Permalink
Bump hlint action
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Dec 3, 2023
1 parent 3b36b79 commit a1a70ce
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: true

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

- uses: rwe/actions-hlint-run@v2
name: hlint
- uses: haskell-actions/hlint-run@v2
name: Run HLint
with:
path: '.'
fail-on: suggestion

0 comments on commit a1a70ce

Please sign in to comment.