We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed0472 commit 9ca6c58Copy full SHA for 9ca6c58
.github/workflows/main.yml
@@ -1,17 +1,22 @@
1
name: CI
2
3
-on: [push, pull_request]
+on:
4
+ pull_request:
5
+ types:
6
+ - opened
7
+ - reopened
8
+ - synchronize
9
10
jobs:
11
build:
12
- runs-on: ubuntu-latest
13
+ runs-on: ubuntu-22.04
14
15
container:
- image: elementary/docker:unstable
16
+ image: elementary/docker:next-unstable
17
18
steps:
- - uses: actions/checkout@v2
19
+ - uses: actions/checkout@v3
20
- name: Install Dependencies
21
run: |
22
apt update
@@ -32,7 +37,7 @@ jobs:
32
37
image: valalang/lint
33
38
34
39
35
40
36
41
- name: Lint
42
43
io.elementary.vala-lint -d daemon
0 commit comments