diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 5ff265b75..b64aac71f 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,5 +25,5 @@ jobs: run: npm i -g npm@7 - run: npm ci --ignore-scripts - run: npm test - - run: npm exec eslint . --ext .ts --ignore-path .gitignore + - run: npm exec eslint ../.. --ext .ts --ignore-path .gitignore