Skip to content

merge(did): feat/did-key-distribution → main — proof-spec v2.1.1 #14

merge(did): feat/did-key-distribution → main — proof-spec v2.1.1

merge(did): feat/did-key-distribution → main — proof-spec v2.1.1 #14

Workflow file for this run

name: Spec consistency check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Check spec consistency
run: python check_consistency.py