Files
samuel a747c3dfc6
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 12s
ci: change runnet tag
2026-03-16 10:25:08 +01:00

21 lines
385 B
YAML

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