Skip to content

chore(licence): normalise to MPL-2.0 (code) + CC-BY-SA-4.0 (docs) (#30) #92

chore(licence): normalise to MPL-2.0 (code) + CC-BY-SA-4.0 (docs) (#30)

chore(licence): normalise to MPL-2.0 (code) + CC-BY-SA-4.0 (docs) (#30) #92

Workflow file for this run

name: BoJ Server Build Trigger
on:
push:
branches: [main, master]
workflow_dispatch:
jobs:
trigger-boj:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
- name: Trigger BoJ Server (Casket/ssg-mcp)
run: |
# Send a secure trigger to boj-server to build this repository
curl -X POST "http://boj-server.local:7700/cartridges/ssg-mcp/invoke" -H "Content-Type: application/json" -d "{\"repo\": \"${{ github.repository }}\", \"branch\": \"${{ github.ref_name }}\", \"engine\": \"casket\\"}"}
continue-on-error: true
permissions: read-all
- name: K9-SVC Validation

Check failure on line 19 in .github/workflows/boj-build.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/boj-build.yml

Invalid workflow file

You have an error in your yaml syntax on line 19
run: |
echo "K9-SVC validation"
[ -d .machine_readable/contractiles ] && echo "Contractiles present" || echo "No contractiles"