Skip to content

Commit 85fece2

Browse files
ci: fix verify.yml structure (valid YAML)
1 parent 05aa50e commit 85fece2

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/verify.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
1+
name: verify
2+
3+
on:
4+
push:
5+
branches: [main]
6+
pull_request:
7+
8+
jobs:
9+
verify:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@v4
113

214
- name: EntropyDepth invariant guard
315
run: |
416
test -f docs/ENTROPY_DEPTH_SPEC.md
517
test -f docs/REFEREE_OVERVIEW.md
618
test -f CONTRIBUTING.md
19+
20+
- name: Check Chronos constants
21+
run: |
22+
test -f chronos_constants.json
23+
test -f chronos_constants.json.minisig
24+
test -f Chronos/Cert/ChronosDepthConstants.lean
25+
test -f Chronos/Cert/ChronosDepthConstants.lean.minisig

0 commit comments

Comments
 (0)