Skip to content

Commit 13a4f7f

Browse files
authored
Update code_quality.yml
1 parent f36ccbf commit 13a4f7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Run Ruff
5353
uses: chartboost/ruff-action@v1
5454
with:
55-
args: --fix
55+
args: 'format --check'
5656

5757
- name: Run MyPy
5858
run: |

0 commit comments

Comments
 (0)