From a53b226f1cf8a031892848bc6ca2c11b3a740dac Mon Sep 17 00:00:00 2001 From: Alec Date: Fri, 25 Feb 2022 22:16:58 -0500 Subject: [PATCH] Update node.js.yml --- .github/workflows/node.js.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 0c89218..e6e8e87 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -30,3 +30,6 @@ jobs: - run: npm run build --if-present - run: npm run test:unit - run: npm run test:e2e + - run: npm run npx eslint client/ + - run: npm run npx eslint server/ + - run: npm run npx eslint spec/