templates: ready-to-apply CI workflows for phyllomeos, xml-definition-for-domains, rpm-sources

This commit is contained in:
2026-09-18 20:04:50 +02:00
parent 1c6d9e064c
commit cde9b21e42
3 changed files with 91 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
name: ci
on:
push:
pull_request:
jobs:
# Bump when the recipe language changes; both jobs share the runner.
cook:
runs-on: fedora
defaults:
run:
shell: bash
container:
image: git.phyllo.me/devops/fedora-runner-image:latest
steps:
- uses: https://git.phyllo.me/devops/checkout@v5
with:
fetch-depth: 0
- name: Lint manifest + templates
run: make -C cook lint
- name: Generate recipes + dishes, validate every dish
run: make -C cook all
- name: Run the pytest suite
run: make -C cook test