Skip to content

feat: v6 support for zod-to-openapi #33

feat: v6 support for zod-to-openapi

feat: v6 support for zod-to-openapi #33

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches:
- '**' # This wildcard means it will run on pull requests to all branches
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: 20
cache: yarn
- name: Install dependencies
run: yarn install
- name: Run tests
run: yarn test