test
This commit is contained in:
parent
53c1673aee
commit
e54a453935
2
.github/workflows/pyruff.yml
vendored
2
.github/workflows/pyruff.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
|||||||
- name: Check Initer
|
- name: Check Initer
|
||||||
id: checkIniter
|
id: checkIniter
|
||||||
run: |
|
run: |
|
||||||
ls -l
|
ls -la
|
||||||
echo "Running Ruff Lint Check..."
|
echo "Running Ruff Lint Check..."
|
||||||
python -m ruff check src tests examples --no-cache --output-format json --output-file ruff-report.json
|
python -m ruff check src tests examples --no-cache --output-format json --output-file ruff-report.json
|
||||||
echo "Ruff Lint Check completed. ruff-report.json"
|
echo "Ruff Lint Check completed. ruff-report.json"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user