Skip to content

Commit 04e01cf

Browse files
committed
Update ruff actions
1 parent 65bcf8f commit 04e01cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ jobs:
1717
run: pip install --upgrade ruff
1818
- name: Run ruff
1919
run: |
20-
ruff djangocms_text
21-
ruff djangocms_text_ckeditor
22-
ruff tests
20+
ruff check djangocms_text
21+
ruff check djangocms_text_ckeditor
22+
ruff check tests

0 commit comments

Comments
 (0)