Revert "update stablecoins docs generation (#86)" #96
Workflow file for this run
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 |