Skip to content

Commit

Permalink
Merge pull request #9381 from cabalism/hlint/bump-actions
Browse files Browse the repository at this point in the history
Use the newer haskell-actions organisation
  • Loading branch information
mergify[bot] authored Nov 4, 2023
2 parents 01cfac0 + 004d6d7 commit 7691c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/hlint-setup@v2
- uses: haskell-actions/hlint-setup@v2
with:
version: "3.5"
- uses: haskell/actions/hlint-run@v2
- uses: haskell-actions/hlint-run@v2
with:
path: "."
fail-on: suggestion

0 comments on commit 7691c45

Please sign in to comment.