Skip to content

Commit de91186

Browse files
committed
Auto-fix check failures as well
1 parent 4249ae4 commit de91186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/auto-format.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
- name: Auto-fix Python formatting
2222
run: |
2323
ruff format
24+
ruff check --fix
2425
2526
- name: Setup Node.js
2627
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)