diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 444cd83..bbc3285 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -19,8 +19,8 @@ jobs: node-version: 20 cache: "pnpm" - run: pnpm install - - name: Fix lint issues - run: npm run lint:fix + - run: pnpm automd + - run: pnpm lint:fix - uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84 with: commit-message: "chore: apply automated lint fixes"