We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f32871e commit 4c5e28bCopy full SHA for 4c5e28b
.github/workflows/test.yml
@@ -13,6 +13,7 @@ jobs:
13
node-version-file: .tool-versions
14
- run: npm install
15
- run: npm run lint
16
+ - run: npm run example:lint
17
- run: npm run test
18
- run: npm run test:report
19
- name: Upload coverage reports to Codecov
0 commit comments