We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ab7fe commit def095fCopy full SHA for def095f
.github/workflows/ci.yaml
@@ -48,6 +48,8 @@ jobs:
48
files: |
49
**/*.hs
50
**/*.hs-boot
51
+ # allows the `separator` to actually be a newline (see tj-actions/changed-files#2148)
52
+ safe_output: false
53
separator: "\n"
54
- uses: haskell-actions/run-ormolu@15b0083a0ef416915994fb511652b187f6026a40 # v15
55
with:
0 commit comments