Skip to content

Commit d9a22de

Browse files
committed
[#383] Support Github PR comment
1 parent 0d7a038 commit d9a22de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ jobs:
3131
- run: npm install
3232
- run: npm test
3333
- name: Lint
34+
if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
3435
run: npm run lint
3536
- name: Upload checkstyle report
37+
if: matrix.node_version == env.TARGET_COVERAGE_NODE_VERSION
3638
uses: jwgmeligmeyling/checkstyle-github-action@master
3739
with:
3840
path: '**/checkstyle-result.xml'

0 commit comments

Comments
 (0)