Skip to content

Commit

Permalink
ci: add force push to linter
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlangrose committed Jan 20, 2025
1 parent acc5b95 commit 88eec7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ jobs:
ruff check ${{env.PROJECT_FOLDER}} --fix
- uses: stefanzweifel/git-auto-commit-action@v5
with:
push_options: --force
commit_message: "style: style fixes by ruff and autoformatting by black"

0 comments on commit 88eec7a

Please sign in to comment.