mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 20:07:21 +03:00
Update main.yml
This commit is contained in:
parent
9ed0472dbe
commit
9ca6c585c5
15
.github/workflows/main.yml
vendored
15
.github/workflows/main.yml
vendored
@ -1,17 +1,22 @@
|
||||
name: CI
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- opened
|
||||
- reopened
|
||||
- synchronize
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
container:
|
||||
image: elementary/docker:unstable
|
||||
image: elementary/docker:next-unstable
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
apt update
|
||||
@ -32,7 +37,7 @@ jobs:
|
||||
image: valalang/lint
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
- name: Lint
|
||||
run: |
|
||||
io.elementary.vala-lint -d daemon
|
||||
|
Loading…
Reference in New Issue
Block a user