diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 675c540..3e834ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,9 @@ jobs: - name: Run Tests with Vitest run: npm run test + - name: Run test with ESLint + - run: npm run ESLint + - name: Run ESLint run: npm run lint