[CI/Build] Add error matching for ruff output (#9513)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2024-10-19 01:42:20 -04:00
committed by GitHub
parent 82c25151ec
commit dfd951ed9b
2 changed files with 19 additions and 1 deletions

View File

@@ -28,7 +28,8 @@ jobs:
pip install -r requirements-lint.txt
- name: Analysing the code with ruff
run: |
ruff check .
echo "::add-matcher::.github/workflows/matchers/ruff.json"
ruff check --output-format github .
- name: Spelling check with codespell
run: |
codespell --toml pyproject.toml