diff --git a/.github/workflows/pyruff.yml b/.github/workflows/pyruff.yml index 090d3fe..1ebe41e 100644 --- a/.github/workflows/pyruff.yml +++ b/.github/workflows/pyruff.yml @@ -36,6 +36,7 @@ jobs: id: checkIniter run: | ruff check . --output-format json --output-file ruff-report.json + echo "Ruff Lint Check completed. ruff-report.json" - name: Generate Linter Report id: generateLinterReport