Add Sankofa consolidated hub operator tooling

This commit is contained in:
defiQUG
2026-04-13 21:41:14 -07:00
parent 49740f1a59
commit b7eebb87b3
42 changed files with 2635 additions and 14 deletions

View File

@@ -0,0 +1,25 @@
# nginx -t on Sankofa consolidated example configs (no LAN).
name: Validate Sankofa nginx examples
on:
pull_request:
paths:
- 'config/nginx/sankofa-*.example.conf'
- 'config/nginx/sankofa-*-main.example.conf'
- 'scripts/verify/check-sankofa-consolidated-nginx-examples.sh'
- '.github/workflows/validate-sankofa-nginx-examples.yml'
push:
branches: [main, master]
paths:
- 'config/nginx/sankofa-*.example.conf'
- 'config/nginx/sankofa-*-main.example.conf'
- 'scripts/verify/check-sankofa-consolidated-nginx-examples.sh'
- '.github/workflows/validate-sankofa-nginx-examples.yml'
jobs:
nginx-syntax:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: nginx -t (host or Docker)
run: bash scripts/verify/check-sankofa-consolidated-nginx-examples.sh