Skip to content

Update zod to the latest non-vulnerable version #35

Update zod to the latest non-vulnerable version

Update zod to the latest non-vulnerable version #35

Workflow file for this run

name: test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
- name: 🧪 Test project
run: deno test --unstable