diff --git a/package.json b/package.json index b4982d1..3f3b954 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "type": "module", "scripts": { "ci": "tsx index.ts", - "lint": "tsc && eslint . --ext .ts" + "lint": "tsc --noEmit && eslint ." }, "dependencies": { "@actions/core": "^1.10.1",