Skip to content

Commit

Permalink
Fixed: hlint-run.path expects a SINGLE LINE string
Browse files Browse the repository at this point in the history
  • Loading branch information
mmhat committed Jul 16, 2024
1 parent 717e1c8 commit e29db84
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,5 @@ 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 e29db84

Please sign in to comment.