From bc2e925ecbf5431e8d273cc13c8793d6a2f8b7f3 Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Mon, 30 Dec 2024 11:24:43 -0800 Subject: [PATCH] feat(ci)!: remove lint.yml (#2793) (#2795) (cherry picked from commit 4686a42ebd5a3dda05a0bf27d1de58fd50476fdd) Co-authored-by: madomado --- .github/workflows/lint.yml | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 .github/workflows/lint.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml deleted file mode 100644 index ae7cc951be..0000000000 --- a/.github/workflows/lint.yml +++ /dev/null @@ -1,22 +0,0 @@ -name: Lint - -on: - push: - branches: - - frawhide - pull_request: - branches: - - frawhide - merge_group: - branches: - - frawhide -jobs: - lint: - runs-on: ubuntu-latest - container: - image: ghcr.io/terrapkg/builder:frawhide - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - name: Lint spec files - run: rpmlint $(find anda -type f -name "*.spec" -type f)