K-114: run mini CI on the instance-wide homelab runner

This commit is contained in:
2026-06-12 14:40:42 +02:00
parent 490fda2ed1
commit 5f532fe10a
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
name: CI
# K-114 (nexus-hub): Mini-CI für proxmox-scripts — Syntax, build.func-Source-
# Pflicht und Validierungs-Unit-Tests. Läuft auf dem nexus-Runner (Host-Mode).
# Pflicht und Validierungs-Unit-Tests. Läuft auf dem instanzweiten Runner
# (Label homelab, ohne Deploy-Rechte — PR #6 / ct/runner.sh).
on:
push:
@@ -11,7 +12,7 @@ on:
jobs:
lint:
name: Shell-Lint (bash -n, source-check, Validierungs-Tests)
runs-on: nexus
runs-on: homelab
steps:
- name: Checkout
uses: actions/checkout@v4