Skip to content

Commit 1f8cd2c

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

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
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

0 commit comments

Comments
 (0)