debug
This commit is contained in:
parent
dd472e0a90
commit
f183cc6114
4
.github/workflows/pyruff.yml
vendored
4
.github/workflows/pyruff.yml
vendored
@ -36,6 +36,10 @@ jobs:
|
||||
id: checkIniter
|
||||
run: |
|
||||
echo "Running Ruff Lint Check..."
|
||||
python -m ruff --version
|
||||
echo "Running Ruff Lint Check..."
|
||||
python ruff --version
|
||||
ruff check .
|
||||
ruff check . --output-format json --output-file ruff-report.json
|
||||
echo "Ruff Lint Check completed. ruff-report.json"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user