Skip to content

Commit

Permalink
test: run eslint command with no file arguments (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
threeal authored Apr 14, 2024
1 parent f149bf7 commit 30736eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"build": "ncc build src/index.ts",
"format": "prettier --write --cache . !dist",
"lint": "eslint ."
"lint": "eslint"
},
"dependencies": {
"@actions/core": "^1.10.1",
Expand Down

0 comments on commit 30736eb

Please # to comment.