File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
3131 node-version : ${{ matrix.node_version }}
3232 - run : npm install
3333 - run : npm test
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'
42- token : ${{ secrets.GITHUB_TOKEN }}
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'
42+ # token: ${{ secrets.GITHUB_TOKEN }}
4343 - name : Coverage
4444 if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
4545 run : npm run coverage
You can’t perform that action at this time.
0 commit comments