Skip to content

Commit 770e1b4

Browse files
committed
Fix check command
1 parent 3e3bdc7 commit 770e1b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
cache: "pnpm"
2222
- name: Install dependencies
2323
run: pnpm install
24-
- name: Run lint
25-
run: pnpm lint
24+
- name: Run check
25+
run: pnpm check

0 commit comments

Comments
 (0)