Files
accounted/.gitea/workflows/masterplan-lock.yml
T
Claude Code a909043176
masterplan-lock / check (push) Successful in 12s
masterplan-lock / check (pull_request) Successful in 11s
fix(ci): use internal pinned action mirrors (github.com egress flaky from runners)
2026-09-24 14:42:40 +02:00

22 lines
702 B
YAML

name: masterplan-lock
# Fails the build if this repo's copy of the SIAX Non-Platform masterplan
# (PLAN/MASTERPLAN_INDEX.md) is deleted or its locked architecture
# principles are stripped out. Dependency-free (POSIX sh) so it needs no
# language toolchain -- HARD0 is still a P0-scaffold with no package.json.
# See scripts/check-masterplan-lock.sh and sax3l/siax-masterplan.
on:
push:
branches: ["**"]
pull_request:
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: https://git.siax.io/actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # mirrored, immutable
- name: Masterplan lock check
run: sh scripts/check-masterplan-lock.sh