diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3cb4cfa..30a0876 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,3 +38,5 @@ jobs: run: npm ci - name: Run TU run: npm run test + - name: Run lint + run: npm run lint