CI: add pylint to the weekly mix

This commit is contained in:
Adriaan de Groot 2024-02-17 18:32:38 +01:00
parent e4b9d754df
commit 9cea2ca7ed

View File

@ -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)"