File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1414 contents : read
1515 pull-requests : write
1616 issues : write
17+ checks : write
1718 strategy :
1819 matrix :
1920 node_version :
@@ -30,14 +31,14 @@ jobs:
3031 node-version : ${{ matrix.node_version }}
3132 - run : npm install
3233 - 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- if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
38- uses : jwgmeligmeyling/checkstyle-github-action@master
39- with :
40- path : ' **/checkstyle-result.xml'
34+ # - name: Lint
35+ # if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
36+ # run: npm run lint
37+ # - name: Upload checkstyle report
38+ # if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
39+ # uses: jwgmeligmeyling/checkstyle-github-action@master
40+ # with:
41+ # path: '**/checkstyle-result.xml'
4142 - name : Coverage
4243 if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
4344 run : npm run coverage
You can’t perform that action at this time.
0 commit comments