feat(ci): fix bugs with update backporting, add weekly mode, remove f39, add el10 #15253
Workflow file for this run
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 | |
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) |