Skip to content

Commit

Permalink
Change haskell/actions to haskell-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
KubEF committed Mar 19, 2024
1 parent 668f698 commit ce88bee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ jobs:
- uses: actions/checkout@v3

- name: "Set up HLint"
uses: haskell/actions/hlint-setup@v2
uses: haskell-actions/hlint-setup@v2

- name: "Run HLint"
uses: haskell/actions/hlint-run@v2
uses: haskell-actions/hlint-run@v2

with:
path: .
fail-on: warning

0 comments on commit ce88bee

Please sign in to comment.