We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 025a45a commit e6f7ec9Copy full SHA for e6f7ec9
.github/workflows/lint.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Install Ruff
16
run: |
17
python -m pip install ruff>=0.6
18
- - name: Format check (Ruff)
+ - name: Lint using Ruff
19
20
ruff format --check
21
ruff check
0 commit comments