diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 3d0dc12..b9390ef 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -25,5 +25,7 @@ jobs: run: npm ci - name: Run tests run: npm run test + - name: Run linter + run: npm run lint - name: Build project - run: npm run build \ No newline at end of file + run: npm run build