Skip to content

Commit

Permalink
fix: add auto-formatting step to CI workflow using ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
polischuks committed Feb 7, 2025
1 parent 9a77f70 commit 8e46289
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
poetry run ruff check --fix --unsafe-fixes --preview --exit-zero .
poetry run ruff format .
shell: bash
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
fetch: false
default_author: github_actions
message: 'Backend: Auto format'
add: '.'

mypy:
name: Static Type Checking
Expand Down

0 comments on commit 8e46289

Please sign in to comment.