-
-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (25 loc) · 929 Bytes
/
Copy pathdashboard-check.yml
File metadata and controls
30 lines (25 loc) · 929 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
#
# dashboard-check.yml — fail the build when a hand-maintained status dashboard
# (TOPOLOGY.md / READINESS.md) diverges from the machine-readable STATE.a2ml.
# Structural defence against the "dashboards that lie" failure mode.
name: Dashboard Check
on:
pull_request:
branches: ['**']
push:
branches: [main, master]
permissions:
contents: read
jobs:
dashboard-check:
name: STATE vs dashboard reconciliation
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout repository
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
- uses: dtolnay/rust-toolchain@4be9e76fd7c4901c61fb841f559994984270fce7 # stable
- name: Reconcile dashboards against STATE.a2ml
run: cargo run -q -p dashboard-check -- --check .