Skip to content

Commit 7ce1278

Browse files
committed
[#391] Ignoring checkstyle configuration
1 parent 30651f9 commit 7ce1278

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/main.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)