Skip to content

Add Zigchain docs and update chain table schemas #116

Add Zigchain docs and update chain table schemas

Add Zigchain docs and update chain table schemas #116

Workflow file for this run

name: Run CI checks
on:
push:
jobs:
CI:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Setup bun
uses: ./.github/actions/setup
- name: Run checks on OAS files
run: bun run src/cmd/check.ts
working-directory: scripts