Skip to content

Commit

Permalink
Swich action for hlint. This one seems more active in maintanance
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Oct 20, 2024
1 parent fc3c538 commit 39c106f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/codeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ on:
- "docs/**" # If only documentation changes, no need to build.
jobs:
hlint:
runs-on: ubuntu-22.04
permissions:
# Needed to upload results to GitHub code scanning.
security-events: write
steps:
- uses: actions/checkout@v4
- uses: haskell-actions/hlint-scan@v1
hlintOld:
name: Hlint - Check for code sanity
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 39c106f

Please sign in to comment.