Skip to content

Commit de5f795

Browse files
committed
ci: disable autofix
1 parent a698fc2 commit de5f795

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/autofix.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424

2525
- run: pnpm install
2626

27-
- name: Run eslint
28-
run: pnpm run lint --fix
27+
# disable temporarily
28+
# - name: Run eslint
29+
# run: pnpm run lint --fix
2930

30-
- name: Run prettier
31-
run: pnpm run format
31+
# - name: Run prettier
32+
# run: pnpm run format
3233

3334
- uses: autofix-ci/action@bee19d72e71787c12ca0f29de72f2833e437e4c9

0 commit comments

Comments
 (0)