Skip to content

fix: gping (#2663) (#2670) #15389

fix: gping (#2663) (#2670)

fix: gping (#2663) (#2670) #15389

Workflow file for this run

name: Lint
on:
push:
branches:
- el10
pull_request:
branches:
- el10
merge_group:
branches:
- el10
jobs:
lint:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:el10
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint spec files
run: rpmlint $(find anda -type f -name "*.spec" -type f)