Files
samuel 7fe1fef339
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 16s
Continuous Delivery / build_n_upload (push) Failing after 16s
feat: first commit
2026-03-14 01:05:45 +01:00

18 lines
300 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: make tarball
- run: rpmbuild -ba "$(make name).spec"