Skip to content

Commit e29db84

Browse files
committed
Fixed: hlint-run.path expects a SINGLE LINE string
1 parent 717e1c8 commit e29db84

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/linters.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,5 @@ jobs:
2525
- name: 'Run hlint'
2626
uses: haskell-actions/hlint-run@v2
2727
with:
28-
path: |
29-
[ "src/"
30-
, "example/"
31-
, "test/"
32-
]
28+
path: '[ "src/", "example/", "test/" ]'
3329
fail-on: suggestion

0 commit comments

Comments
 (0)