Skip to content

Commit 5058db1

Browse files
committed
fix: correct 'Lint with Ruff' step in github actions
1 parent f6b8b58 commit 5058db1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
poetry install --extras "cli fast solvents"
4141
4242
- name: Lint with Ruff
43-
- run: |
43+
run: |
4444
poetry run ruff check --output-format=github .
4545
4646
- name: Lint with Black

0 commit comments

Comments
 (0)