We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29230bf commit e237508Copy full SHA for e237508
.github/workflows/ci.yml
@@ -82,7 +82,7 @@ jobs:
82
- uses: haskell-actions/run-ormolu@v17
83
with:
84
mode: inplace
85
- pattern:
+ pattern: |
86
src/**/*.hs
87
tidal-link/src/**/*.hs
88
tidal-parse/src/**/*.hs
0 commit comments