Skip to content

chore(deps): bump zod-openapi from 2.18.0 to 4.1.0 #121

chore(deps): bump zod-openapi from 2.18.0 to 4.1.0

chore(deps): bump zod-openapi from 2.18.0 to 4.1.0 #121

Workflow file for this run

name: Pull request
on:
workflow_dispatch:
pull_request:
branches: ['main']
jobs:
pr-check:
name: Pull request
runs-on: ubuntu-latest
permissions:
contents: write
issues: write
pull-requests: write
id-token: write
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Prettier
run: npm run format
- name: Eslint
run: npm run lint
- name: Build
run: npm run build