diff --git a/package.json b/package.json index be6de27..d856ba1 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Hugo setup action", "main": "index.js", "scripts": { - "lint": "eslint ./*.js", + "lint": "eslint ./index.js ./get-latest-version.js", "test": "jest", "build": "npm prune --production" },