Skip to content

[el10] add: icoextract-thumbnailer (#2618) #15292

[el10] add: icoextract-thumbnailer (#2618)

[el10] add: icoextract-thumbnailer (#2618) #15292

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)