Files
packages/.github/workflows/lint.yml
T
windowsboy111 ff63a00a68 Fine let's just lint with main
Signed-off-by: windowsboy111 <wboy111@outlook.com>
2023-01-28 23:35:46 +08:00

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)