Skip to content

Commit 4b31549

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 870b9c7 commit 4b31549

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/formatting.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,30 +12,30 @@ jobs:
1212
uses: actions/checkout@v4
1313
with:
1414
token: ${{ secrets.COMMENT_TOKEN }}
15-
15+
1616
- name: Set up pnpm
1717
uses: pnpm/action-setup@v4
1818
with:
1919
run_install: false
20-
20+
2121
- name: Set up Node.js
2222
uses: actions/setup-node@v4
2323
with:
2424
node-version: 20
2525
cache: "pnpm"
26-
26+
2727
- name: Install dependencies
2828
run: make install
29-
29+
3030
- name: Check Formatting
3131
id: format-check
3232
run: pnpm format --check
3333
continue-on-error: true
34-
34+
3535
- name: Auto Format
3636
if: steps.format-check.outcome == 'failure'
3737
run: pnpm format
38-
38+
3939
- name: Commit changes
4040
if: steps.format-check.outcome == 'failure'
4141
run: |

0 commit comments

Comments
 (0)