Skip to content

Add startup configuration banner, /config endpoint, and structured validation errors #9

Add startup configuration banner, /config endpoint, and structured validation errors

Add startup configuration banner, /config endpoint, and structured validation errors #9

Workflow file for this run

name: ci
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
sanity:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sanity check
run: |
echo "CI pipeline active"
echo "Repository is correctly wired for GitHub Actions"