Skip to content

build(deps): bump zod from 3.23.4 to 3.23.6 #179

build(deps): bump zod from 3.23.4 to 3.23.6

build(deps): bump zod from 3.23.4 to 3.23.6 #179

Workflow file for this run

name: Tests
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint_and_test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 19
- name: Install dependencies
run: yarn install
- name: Run Eslint
run: yarn lint
- name: Run TypeScript
run: yarn type-check
- name: Run tests
run: yarn test