diff --git a/.github/workflows/CD.yml b/.github/workflows/CD.yml index e477ee5f..ec751e18 100644 --- a/.github/workflows/CD.yml +++ b/.github/workflows/CD.yml @@ -15,8 +15,7 @@ jobs: black . - name: Lint with ruff run: | - ruff check . - ruff fix . + ruff check . --fix - uses: stefanzweifel/git-auto-commit-action@v4 with: commit_message: "style: style fixes by ruff and autoformatting by black"