1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53:12 +00:00

[Update] removing --check since it is not needed since I was thinking of ruff check which is being run on everything then is being fixed

This commit is contained in:
Scott 2023-12-29 09:39:22 -05:00
parent 9d3f805787
commit 92f2ed9dad

View file

@ -27,7 +27,7 @@ jobs:
uses: chartboost/ruff-action@v1
with:
src: "."
args: --config=pyproject.toml --check --fix
args: --config=pyproject.toml --fix
- uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: 'style fixes by ruff'