Skip to content

Auto generate zodios client from openapi spec #6

Auto generate zodios client from openapi spec

Auto generate zodios client from openapi spec #6

Workflow file for this run

name: 'Test'
on:
pull_request:
workflow_dispatch:
jobs:
test:
permissions:
checks: write
pull-requests: write
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Run tests
run: |
pnpm test