Skip to content

Commit

Permalink
feat(ci): lint
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Jul 1, 2023
1 parent 5450cad commit eb1594e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,18 @@ concurrency:
cancel-in-progress: true
name: CI
jobs:
lint:
name: "Vala Lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: elementary/actions/vala-lint@master
with:
conf: vala-lint.conf
flatpak-builder:
name: "Flatpak Builder"
runs-on: ubuntu-latest
needs: [ lint ]
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-43
options: --privileged
Expand Down Expand Up @@ -39,6 +48,7 @@ jobs:
snap-builder:
name: "Snap Builder"
runs-on: ubuntu-latest
needs: [ lint ]
strategy:
matrix:
arch: [x86_64, aarch64]
Expand Down

0 comments on commit eb1594e

Please sign in to comment.