Skip to content

Commit

Permalink
ci: Replace deprecated haskell/actions/hlint-*
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Sep 18, 2023
1 parent dc4d304 commit 96b3628
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
- uses: actions/checkout@v4

- name: 'Set up HLint'
uses: haskell/actions/hlint-setup@v2
uses: haskell-actions/hlint-setup@v2
with:
version: '3.5'

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

0 comments on commit 96b3628

Please sign in to comment.