Files
samuel 146da6bcea
Some checks failed
Continuous Delivery / build_n_upload (push) Has been cancelled
fix: typo in file name
2026-04-12 16:40:52 +02:00

19 lines
353 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/gitea_web_notify
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"