Files
netoik-git/.gitea/workflows/ci.yaml
2026-04-12 11:19:57 +02:00

19 lines
354 B
YAML

name: Continuous Integration
on:
push:
branches:
- main
jobs:
lint_n_build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- run: shellcheck files/sbin/netoik_web_notify
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"