Skip to content

fix(ci): decrease anda update verbosity (#2652) (#2666) #15384

fix(ci): decrease anda update verbosity (#2652) (#2666)

fix(ci): decrease anda update verbosity (#2652) (#2666) #15384

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)