Skip to content

Commit 3ce9752

Browse files
committed
fix: auto fix for pr ci
1 parent 29ab691 commit 3ce9752

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/auto-fix-for-pr.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
bun-version: latest
2727

2828
- name: Lint
29-
run: bun run lint:fix
29+
run: |
30+
bun i
31+
bun run lint:fix
3032
31-
# Commit all changed files back to the repository
3233
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)