Skip to content

Commit

Permalink
upgrade hlint ci
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellussiegburg committed Jul 3, 2024
1 parent bbaab21 commit 01fa17e
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,23 @@ name: Haskell Linter
on:
push:
branches: ['**']
pull_request:
branches:
- main

jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

- name: 'Run HLint'
uses: rwe/actions-hlint-run@v2
uses: haskell-actions/hlint-run@v2
with:
path: '["src/", "test/"]'
fail-on: suggestion

0 comments on commit 01fa17e

Please sign in to comment.