feat(ci)!: remove lint.yml (#2793) (#2795)

(cherry picked from commit 4686a42ebd)

Co-authored-by: madomado <madonuko@outlook.com>
This commit is contained in:
Raboneko
2024-12-30 11:24:43 -08:00
committed by GitHub
parent b137554705
commit bc2e925ecb
-22
View File
@@ -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)