Skip to content

Commit

Permalink
chore: cleanup rpmlint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
p5 authored Dec 20, 2023
1 parent eddf7a6 commit 34cf5f3
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/rpmlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,12 @@ on:
workflow_dispatch:

jobs:
push-ghcr:
name: rpmlint
rpmlint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
id-token: write
strategy:
fail-fast: false
steps:
- name: Perform checkout
- name: Checkout
uses: actions/checkout@v4

- name: Find spec files
Expand Down

0 comments on commit 34cf5f3

Please sign in to comment.