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/