1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-03 00:53: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 uses: chartboost/ruff-action@v1
with: with:
src: "." src: "."
args: format --config=pyproject.toml --fix args: format --config=pyproject.toml --check
# Use Ruff for linting # Use Ruff for linting
- name: Ruff Linting - name: Ruff Linting
uses: chartboost/ruff-action@v1 uses: chartboost/ruff-action@v1