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 @@ -31,14 +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'
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 }}
4243 - name : Coverage
4344 if : matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
4445 run : npm run coverage
You can’t perform that action at this time.
0 commit comments