Skip to content

Bump zod from 3.21.4 to 3.22.3 #41

Bump zod from 3.21.4 to 3.22.3

Bump zod from 3.21.4 to 3.22.3 #41

Workflow file for this run

name: Lint
on:
- push
- pull_request
jobs:
eslint:
name: Run eslint and prettier
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Install packages
run: npm ci
- name: Run linter
run: npm run lint