修正
This commit is contained in:
parent
1fde748cb1
commit
53c1673aee
3
.github/workflows/pyruff.yml
vendored
3
.github/workflows/pyruff.yml
vendored
@ -37,8 +37,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
ls -l
|
ls -l
|
||||||
echo "Running Ruff Lint Check..."
|
echo "Running Ruff Lint Check..."
|
||||||
python -m ruff --version
|
python -m ruff check src tests examples --no-cache --output-format json --output-file ruff-report.json
|
||||||
python -m ruff check . --output-format json --output-file ruff-report.json
|
|
||||||
echo "Ruff Lint Check completed. ruff-report.json"
|
echo "Ruff Lint Check completed. ruff-report.json"
|
||||||
|
|
||||||
- name: Generate Linter Report
|
- name: Generate Linter Report
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user