From fd043f6c5b680db931d3e0b59fbda922367ec8d0 Mon Sep 17 00:00:00 2001 From: typicode Date: Thu, 1 Jul 2021 06:56:54 +0200 Subject: [PATCH] chore: fix CI --- .github/workflows/node.js.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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