chore: use the new github actions reporter for pylint (#1827)

Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
Henry Schreiner
2024-05-15 23:15:53 -04:00
committed by GitHub
parent 666a2c3f1a
commit f8894e67f5
3 changed files with 2 additions and 36 deletions
+1 -3
View File
@@ -28,9 +28,7 @@ jobs:
- name: Check manifest
run: pipx run nox -s check_manifest
- name: PyLint checks
run: |
echo "::add-matcher::$GITHUB_WORKSPACE/.github/matchers/pylint.json"
pipx run nox -s pylint
run: pipx run nox -s pylint -- --output-format=github
test:
name: Test cibuildwheel on ${{ matrix.os }} (${{ matrix.python_version }})