Skip to content

Commit 2f90e32

Browse files
committed
Linter + 1
1 parent 03c322f commit 2f90e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: pnpm install
8181

8282
- name: Run Prettier
83-
run: pnpm prettier --check .
83+
run: pnpm prettier --write --check . || git diff
8484

8585
prose_vale:
8686
name: Prose (Vale)

0 commit comments

Comments
 (0)