diff --git a/package.json b/package.json index 8e67ded..b14b82c 100644 --- a/package.json +++ b/package.json @@ -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",