We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05aa50e commit 85fece2Copy full SHA for 85fece2
1 file changed
.github/workflows/verify.yml
@@ -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
13
14
- name: EntropyDepth invariant guard
15
run: |
16
test -f docs/ENTROPY_DEPTH_SPEC.md
17
test -f docs/REFEREE_OVERVIEW.md
18
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