Skip to content

Commit a21a75e

Browse files
committed
untabify
1 parent e237508 commit a21a75e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ jobs:
8080
steps:
8181
- uses: actions/checkout@v4
8282
- uses: haskell-actions/run-ormolu@v17
83-
with:
84-
mode: inplace
85-
pattern: |
86-
src/**/*.hs
87-
tidal-link/src/**/*.hs
88-
tidal-parse/src/**/*.hs
89-
tidal-listener/src/**/*.hs
83+
with:
84+
mode: inplace
85+
pattern: |
86+
src/**/*.hs
87+
tidal-link/src/**/*.hs
88+
tidal-parse/src/**/*.hs
89+
tidal-listener/src/**/*.hs
9090
- name: apply ormolu formatting
9191
uses: stefanzweifel/git-auto-commit-action@v4
9292
if: ${{ always() }}

0 commit comments

Comments
 (0)