We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 842fcfb commit b1cd43cCopy full SHA for b1cd43c
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
npm install
33
34
- name: Check linting
35
- run: npm run lint
+ run: npm run lint:eslint
36
37
- name: Check TS
38
run: npm run check-ts
0 commit comments