mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
ff63a00a68
Signed-off-by: windowsboy111 <wboy111@outlook.com>
15 lines
311 B
YAML
15 lines
311 B
YAML
name: Lint
|
|
|
|
on: [push, pull_request]
|
|
|
|
jobs:
|
|
lint:
|
|
runs-on: ubuntu-latest
|
|
container:
|
|
image: ghcr.io/terrapkg/builder:main
|
|
steps:
|
|
- name: Checkout repository
|
|
uses: actions/checkout@v3
|
|
- name: Lint spec files
|
|
run: rpmlint $(find anda -type f -name "*.spec" -type f)
|