chore: Apply Ruff formatting
This commit is contained in:
parent
3b8d90a06b
commit
ddc7719a6d
1 changed files with 7 additions and 1 deletions
8
.github/workflows/style-check-py.yml
vendored
8
.github/workflows/style-check-py.yml
vendored
|
|
@ -36,5 +36,11 @@ jobs:
|
|||
- name: Run Ruff
|
||||
run: poetry run ruff check --output-format=github .
|
||||
- name: Run Ruff format
|
||||
run: poetry run ruff format --check .
|
||||
run: poetry run ruff format .
|
||||
- name: Commit changes
|
||||
uses: stefanzweifel/git-auto-commit-action@v5
|
||||
with:
|
||||
commit_message: Apply Ruff formatting
|
||||
branch: ${{ github.head_ref }}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue