Skip to content

Commit

Permalink
switch linting action to hlint-scan
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-martin committed May 30, 2024
1 parent b0540f3 commit ce8cd09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:

lint:
runs-on: ubuntu-latest
permissions:
security-events: write
steps:
- uses: actions/checkout@v4
- uses: haskell/actions/hlint-setup@v2
- uses: haskell/actions/hlint-run@v2
- uses: haskell-actions/hlint-scan@v1
with:
fail-on: warning
path: '["src/", "tests/"]'
path: src tests

0 comments on commit ce8cd09

Please sign in to comment.