mirror of
https://github.com/elementary/gala.git
synced 2024-11-23 11:02:18 +03:00
Add Lint to CI
This commit is contained in:
parent
1fa2d359a6
commit
6ba3b25118
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -23,3 +23,15 @@ jobs:
|
||||
meson build
|
||||
ninja -C build
|
||||
ninja -C build install
|
||||
|
||||
lint:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
container:
|
||||
image: valalang/lint
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Lint
|
||||
run: io.elementary.vala-lint -d .
|
||||
|
Loading…
Reference in New Issue
Block a user