Skip to content

Commit def095f

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 def095f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
files: |
4949
**/*.hs
5050
**/*.hs-boot
51+
# allows the `separator` to actually be a newline (see tj-actions/changed-files#2148)
52+
safe_output: false
5153
separator: "\n"
5254
- uses: haskell-actions/run-ormolu@15b0083a0ef416915994fb511652b187f6026a40 # v15
5355
with:

0 commit comments

Comments
 (0)