Skip to content

Commit 7cdd136

Browse files
committed
♻️ Rename prettier task to format (fixup)
1 parent d90d461 commit 7cdd136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: npm ci
3333

3434
- name: Run Prettier
35-
run: npm run prettier
35+
run: npm run format
3636

3737
- name: Commit Changes
3838
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)