Skip to content

Commit

Permalink
Update lint.yml (#239)
Browse files Browse the repository at this point in the history
Update to haskell-actions
  • Loading branch information
freizl authored Oct 26, 2023
1 parent f24a6e5 commit aa557db
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 @@ -14,12 +14,12 @@ jobs:
- uses: actions/checkout@v3

- 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: '["hoauth2/src/", "hoauth2-tutorial/src", "hoauth2-providers/src", "hoauth2-providers-tutorial/src"]'
fail-on: warning

0 comments on commit aa557db

Please sign in to comment.