Skip to content

Commit

Permalink
Use the newer haskell-actions organisation
Browse files Browse the repository at this point in the history
  • Loading branch information
philderbeast committed Nov 2, 2023
1 parent f6565d2 commit 004d6d7
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 004d6d7

Please sign in to comment.