From 59a426de472b31a9c86e5d0d36fa02c935f94557 Mon Sep 17 00:00:00 2001 From: Alain Date: Thu, 29 Aug 2024 05:32:19 -0500 Subject: [PATCH] fix lint --- .github/workflows/build.yml | 10 ++++++++++ .github/workflows/lint.yml | 12 ------------ 2 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .github/workflows/lint.yml 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