Revert "Add: GLFW Builds of Ghostty, Changes to Main Specs For Compat… #15692
This file contains hidden or 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: | |
- f39 | |
pull_request: | |
branches: | |
- f39 | |
merge_group: | |
branches: | |
- f39 | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/terrapkg/builder:f39 | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Lint spec files | |
run: rpmlint $(find anda -type f -name "*.spec" -type f) |