Skip to content

Commit b970591

Browse files
committedMar 6, 2024·
chore: update ci
1 parent 88095d2 commit b970591

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/autofix.yml

+2-2
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-
- run: pnpm run lint:fix
23-
- run: pnpm run automd
22+
- run: pnpm lint:fix
23+
- run: pnpm automd
2424
- uses: autofix-ci/action@ea32e3a12414e6d3183163c3424a7d7a8631ad84
2525
with:
2626
commit-message: "chore: apply automated updates"

0 commit comments

Comments
 (0)
Please sign in to comment.