Skip to content

Commit

Permalink
#37 checkstyle support
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Feb 3, 2021
1 parent 56c8139 commit 3f3ea85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
run: npm run lint
- uses: jwgmeligmeyling/checkstyle-github-action@master
with:
path: './checkstyle-result.xml'
path: '**/checkstyle-result.xml'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/tape ./test/**/*.test.js",
"lint": "./node_modules/.bin/eslint -f checkstyle ./lib > checkstyle-results.xml;exit 0"
"lint": "./node_modules/.bin/eslint -f checkstyle ./lib > checkstyle-result.xml;exit 0"
},
"description": "Pinpoint node agent provided by NAVER",
"repository": {
Expand Down

0 comments on commit 3f3ea85

Please sign in to comment.