CI: add pylint to the weekly mix
This commit is contained in:
parent
e4b9d754df
commit
9cea2ca7ed
2
.github/workflows/weekly-debian.yml
vendored
2
.github/workflows/weekly-debian.yml
vendored
@ -13,6 +13,7 @@ env:
|
||||
-DCMAKE_BUILD_TYPE=Debug
|
||||
-DBUILD_APPSTREAM=ON
|
||||
-DBUILD_APPDATA=ON
|
||||
-DBUILD_TESTING=ON
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -26,6 +27,7 @@ jobs:
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get -y install git-core jq curl
|
||||
apt-get -y install pylint python3-pylint-common
|
||||
- name: "prepare source (core)"
|
||||
uses: calamares/actions/generic-checkout@v5
|
||||
- name: "prepare source (extensions)"
|
||||
|
Loading…
Reference in New Issue
Block a user