Skip to content

Commit

Permalink
Switch to haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tfausak committed Nov 4, 2023
1 parent acac736 commit 9354fdc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
},
{
"id": "haskell",
"uses": "haskell/actions/setup@v2",
"uses": "haskell-actions/setup@v2",
"with": {
"cabal-version": "3.10.1.0",
"ghc-version": "${{ matrix.ghc }}"
Expand Down Expand Up @@ -136,10 +136,16 @@
"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",
"with": {
"fail-on": "status"
}
}
]
},
Expand Down

0 comments on commit 9354fdc

Please sign in to comment.