Check with Ubuntu 22.04

This commit is contained in:
Stefan Agner 2024-12-23 11:16:05 +01:00
parent 5993818c16
commit 6330055a01
No known key found for this signature in database
GPG Key ID: AE01353D1E44747D

View File

@ -252,7 +252,7 @@ jobs:
lint-pylint: lint-pylint:
name: Check pylint name: Check pylint
runs-on: ubuntu-latest runs-on: ubuntu-22.04
needs: prepare needs: prepare
steps: steps:
- name: Check out code from GitHub - name: Check out code from GitHub
@ -279,6 +279,7 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/pylint.json" echo "::add-matcher::.github/workflows/matchers/pylint.json"
- name: Run pylint - name: Run pylint
run: | run: |
dpkg -l
. venv/bin/activate . venv/bin/activate
pylint supervisor tests pylint supervisor tests