diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9eefdc7bf..64420e8fb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: run: npm install --legacy-peer-deps - name: Run linting check - run: npm run lint:fix + run: npm run lint:check - name: Check formatting run: npm run format:fix \ No newline at end of file