Skip to content
Snippets Groups Projects
Unverified Commit 004d6d70 authored by Phil de Joux's avatar Phil de Joux
Browse files

Use the newer haskell-actions organisation

parent f6565d23
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment