Skip to content

Commit 24e5c7a

Browse files
committed
Merge branch 'main' into arraybolt3/event-buffering
2 parents 50b8f94 + 9149b47 commit 24e5c7a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.gitlab-ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
checks:pylint:
22
before_script:
3+
- sudo dnf install -y python3-pip
34
- pip install pylint
45
script:
56
- PYTHONPATH=test-packages python3 -m pylint qubeswhonix
67
stage: checks
78
include:
8-
- file: /r4.1/gitlab-base.yml
9-
project: QubesOS/qubes-continuous-integration
10-
- file: /r4.1/gitlab-dom0.yml
11-
project: QubesOS/qubes-continuous-integration
129
- file: /r4.2/gitlab-base.yml
1310
project: QubesOS/qubes-continuous-integration
1411
- file: /r4.2/gitlab-host.yml
1512
project: QubesOS/qubes-continuous-integration
13+
- file: /r4.3/gitlab-base.yml
14+
project: QubesOS/qubes-continuous-integration
15+
- file: /r4.3/gitlab-host.yml
16+
project: QubesOS/qubes-continuous-integration

0 commit comments

Comments
 (0)