diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a08092d1a..9eefdc7bf 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:check + run: npm run lint:fix - name: Check formatting - run: npm run format:check \ No newline at end of file + run: npm run format:fix \ No newline at end of file