Skip to content

Commit c0e26a2

Browse files
committed
Pass _all_ changed files to Ormolu
Previously, only the last file ended up getting formatted, because the filenames ended up joined on a single line.
1 parent a0ab7fe commit c0e26a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
files: |
4949
**/*.hs
5050
**/*.hs-boot
51-
separator: "\n"
51+
separator: "\n "
5252
- uses: haskell-actions/run-ormolu@15b0083a0ef416915994fb511652b187f6026a40 # v15
5353
with:
5454
version: ${{ env.ormolu_version }}

0 commit comments

Comments
 (0)