We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e3bdc7 commit 770e1b4Copy full SHA for 770e1b4
.github/workflows/lint.yml
@@ -21,5 +21,5 @@ jobs:
21
cache: "pnpm"
22
- name: Install dependencies
23
run: pnpm install
24
- - name: Run lint
25
- run: pnpm lint
+ - name: Run check
+ run: pnpm check
0 commit comments