Files
netoik-db/.gitea/workflows/ci.yaml
samuel 5c2a5d0710
Some checks failed
Continuous Integration / lint_n_build (push) Has been cancelled
ci: improve workflows
2026-03-08 22:41:09 +01:00

18 lines
294 B
YAML

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