Skip to content

Commit

Permalink
ci(.github/workflows/python-package.yml): use ruff-action
Browse files Browse the repository at this point in the history
  • Loading branch information
schneiderfelipe committed Oct 23, 2024
1 parent 9b620c4 commit 8e7569a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
poetry install --extras "cli fast solvents"
- name: Lint with Ruff
run: |
ruff check --output-format=github .
- uses: astral-sh/ruff-action@v1

- name: Lint with Black
uses: psf/black@stable
Expand Down

0 comments on commit 8e7569a

Please sign in to comment.