We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e577760 commit 9fd3f00Copy full SHA for 9fd3f00
.github/workflows/lint.yaml
@@ -30,7 +30,7 @@ jobs:
30
- name: Install dependencies
31
run: pnpm install --frozen-lockfile
32
33
- - name: Run ESLint
+ - name: Run ESLint check
34
run: pnpm run lint:check
35
36
- name: Run Prettier check
0 commit comments