Add Zigchain docs and update chain table schemas #116
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |