diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fb48d0..59713d0 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,5 +33,8 @@ jobs: - name: Build run: npm run build + - name: Lint + run: npm run lint + - name: Run tests run: npm run test