Skip to content

Add z.string().uuid() support, fiz nullable() and nullish() and fix o… #30

Add z.string().uuid() support, fiz nullable() and nullish() and fix o…

Add z.string().uuid() support, fiz nullable() and nullish() and fix o… #30

Workflow file for this run

name: Biome
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: "npm"
- run: npm ci
- run: npx biome check