Skip to content

Commit

Permalink
Fixed: hlint-run.path expects a string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jul 16, 2024
1 parent a23e5c6 commit 717e1c8
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
- name: 'Run hlint'
uses: haskell-actions/hlint-run@v2
with:
path:
- src/
- example/
- test/
path: |
[ "src/"
, "example/"
, "test/"
]
fail-on: suggestion

0 comments on commit 717e1c8

Please sign in to comment.