Skip to content

Commit b3e805a

Browse files
committed
ci: prettierのコマンドを使うように修正
1 parent 284dad2 commit b3e805a

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
@@ -19,4 +19,4 @@ jobs:
1919
version: 10.4.0
2020
- run: pnpm install --frozen-lockfile
2121
- run: pnpm check
22-
- run: pnpm lint
22+
- run: pnpm prettier:check

0 commit comments

Comments
 (0)