Skip to content

Commit 2daa9c6

Browse files
authored
Update code_quality.yml
1 parent aa4a15a commit 2daa9c6

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
@@ -35,4 +35,4 @@ jobs:
3535
- name: Run Ruff
3636
uses: chartboost/ruff-action@v1
3737
with:
38-
args: --exclude '.*_pb2\\.py$'
38+
args: 'format --check --exclude .*_pb2\\.py$'

0 commit comments

Comments
 (0)