Skip to content

Commit

Permalink
Run ruff check in CI again
Browse files Browse the repository at this point in the history
It had been disabled by d9756f0.
  • Loading branch information
DimitriPapadopoulos committed Aug 27, 2024
1 parent bca1c14 commit 0b38cd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- run: pipx run ruff check --diff
- run: pipx run ruff format --diff

codespell:
Expand Down

0 comments on commit 0b38cd0

Please sign in to comment.