Skip to content

Commit

Permalink
Update .github/workflows/python-quality.yml
Browse files Browse the repository at this point in the history
Added format check to the CI workflow

Co-authored-by: David Corvoysier <[email protected]>
  • Loading branch information
ishandeva and dacorvo authored Oct 7, 2024
1 parent 3eb653b commit abda651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,5 @@ jobs:
run: |
pip install --upgrade pip
pip install .[dev]
- run: ruff format bench examples optimum test --diff
- run: ruff check --show-fixes bench examples optimum test

0 comments on commit abda651

Please sign in to comment.