diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index b3142e8..7fbb32b 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -20,7 +20,7 @@ jobs: cache: "pnpm" - run: pnpm install - name: Fix lint issues - run: pnpm run lint:fix + run: pnpm run lint:fix && pnpm vitest run --update - uses: autofix-ci/action@8caa572fd27b0019a65e4c695447089c8d3138b9 with: commit-message: "chore: apply automated lint fixes"