diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92fa88b08..440342e33 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,6 +6,16 @@ concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true name: CI +jobs: + lint: + name: "Vala Lint" + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: elementary/actions/vala-lint@main + with: + dir: . + conf: .vala-lint.conf flatpak-devel: name: "Flatpak (Devel)" runs-on: ubuntu-latest diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index 96165a5d4..000000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,12 +0,0 @@ -jobs: - lint: - name: "Vala Lint" - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v4 - - uses: elementary/actions/vala-lint@main - with: - dir: . - conf: .vala-lint.conf \ No newline at end of file