feat: add sanoid spec file from dev repo, modified to not pull in build dependencies. #51
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected] | |
with: | |
rpmfiles: . |