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 0d7a038 commit d9a22deCopy full SHA for d9a22de
.github/workflows/main.yml
@@ -31,8 +31,10 @@ jobs:
31
- run: npm install
32
- run: npm test
33
- name: Lint
34
+ if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
35
run: npm run lint
36
- name: Upload checkstyle report
37
38
uses: jwgmeligmeyling/checkstyle-github-action@master
39
with:
40
path: '**/checkstyle-result.xml'
0 commit comments