Skip to content

Commit e6f7ec9

Browse files
committed
rename ruff step
1 parent 025a45a commit e6f7ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Install Ruff
1616
run: |
1717
python -m pip install ruff>=0.6
18-
- name: Format check (Ruff)
18+
- name: Lint using Ruff
1919
run: |
2020
ruff format --check
2121
ruff check

0 commit comments

Comments
 (0)