ci: improve workflows
Some checks failed
Continuous Integration / lint_n_build (push) Has been cancelled

This commit is contained in:
2026-03-08 22:41:09 +01:00
parent 6e7800721f
commit 5c2a5d0710
5 changed files with 150 additions and 53 deletions

View File

@@ -9,12 +9,9 @@ jobs:
lint_n_build:
runs-on: linux
steps:
- name: Git checkout
uses: actions/checkout@v6
- 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"
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"