Skip to content

Commit

Permalink
ci(check): fetch openapi spec
Browse files Browse the repository at this point in the history
  • Loading branch information
NextFire committed Dec 3, 2024
1 parent 1980622 commit 3ff4dba
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,10 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
- run: |
wget $NANAPI_OPENAPI
npx openapi-typescript openapi.json -o server/utils/nanapi.d.ts
env:
NANAPI_OPENAPI: ${{ secrets.NANAPI_OPENAPI }}
- run: npm ci
- run: npm run typecheck

0 comments on commit 3ff4dba

Please sign in to comment.