Files
packages/.github/workflows/lint.yml
T
madomado 154be05313 feat(ci): make f38 the default branch (#393)
* feat(ci): make f38 the default branch

* feat(ci): turn off autoupdate for f37

* fix(ci): turn off sync
2023-04-22 22:25:44 -07:00

15 lines
310 B
YAML

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