diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fcc9aede..b61bed83 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: npm install - name: Check linting - run: npm run lint + run: npm run lint:eslint - name: Check TS run: npm run check-ts