mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-28 03:26:32 +00:00
Check with Ubuntu 22.04
This commit is contained in:
parent
5993818c16
commit
6330055a01
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user