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 f4a1a26 commit 2bf9a1eCopy full SHA for 2bf9a1e
.github/workflows/eslint.yml
@@ -43,7 +43,7 @@ jobs:
43
run_install: false
44
45
- name: Install depends
46
- run: pnpm run setup
+ run: pnpm run setup && pnpm test
47
48
- name: Run ESLint
49
run: pnpm lint #--fix
0 commit comments