Skip to content

Commit 9ca6c58

Browse files
authored
Update main.yml
1 parent 9ed0472 commit 9ca6c58

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,22 @@
11
name: CI
22

3-
on: [push, pull_request]
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
49

510
jobs:
611
build:
712

8-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
914

1015
container:
11-
image: elementary/docker:unstable
16+
image: elementary/docker:next-unstable
1217

1318
steps:
14-
- uses: actions/checkout@v2
19+
- uses: actions/checkout@v3
1520
- name: Install Dependencies
1621
run: |
1722
apt update
@@ -32,7 +37,7 @@ jobs:
3237
image: valalang/lint
3338

3439
steps:
35-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v3
3641
- name: Lint
3742
run: |
3843
io.elementary.vala-lint -d daemon

0 commit comments

Comments
 (0)