Skip to content

Commit fffbcd4

Browse files
committed
chore: add automd to autofix ci
1 parent ffc9d3e commit fffbcd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
node-version: 20
2020
cache: "pnpm"
2121
- run: pnpm install
22-
- name: Fix lint issues
23-
run: npm run lint:fix
22+
- run: pnpm automd
23+
- run: pnpm lint:fix
2424
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
2525
with:
2626
commit-message: "chore: apply automated lint fixes"

0 commit comments

Comments
 (0)