From cfc26aa80a04d4c05cefd749834bb689e2ceb4fd Mon Sep 17 00:00:00 2001 From: Adam Fidel Date: Thu, 26 Dec 2024 17:19:50 -0600 Subject: [PATCH] chore: remove rpmlint job (#76) --- .github/workflows/rpmlint.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 .github/workflows/rpmlint.yml diff --git a/.github/workflows/rpmlint.yml b/.github/workflows/rpmlint.yml deleted file mode 100644 index 5dc6f1d..0000000 --- a/.github/workflows/rpmlint.yml +++ /dev/null @@ -1,30 +0,0 @@ -name: Lint packages -on: - pull_request: - branches: - - main - paths: - - '**.spec' - - '.github/workflows/rpmlint.yml' - push: - branches: - - main - paths: - - '**.spec' - - '.github/workflows/rpmlint.yml' - merge_group: - workflow_dispatch: - -jobs: - rpmlint: - runs-on: ubuntu-latest - permissions: - contents: read - steps: - - name: Checkout - uses: actions/checkout@v4 - - - name: Run rpmlint - uses: EyeCantCU/rpmlint-action@v0.1.1 - with: - rpmfiles: .