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

[Fix] removed --fix for --check

This commit is contained in:
Scott 2023-12-29 10:42:06 -05:00
parent 748b172a60
commit 1ad50b1ece

View file

@ -27,7 +27,7 @@ jobs:
uses: chartboost/ruff-action@v1
with:
src: "."
args: format --config=pyproject.toml --fix
args: format --config=pyproject.toml --check
# Use Ruff for linting
- name: Ruff Linting
uses: chartboost/ruff-action@v1