Skip to content

build(deps): bump zod from 3.22.5 to 3.23.7 #301

build(deps): bump zod from 3.22.5 to 3.23.7

build(deps): bump zod from 3.22.5 to 3.23.7 #301

Workflow file for this run

name: CI
on: [pull_request]
jobs:
format_prettier:
name: Format with Prettier
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn format:prettier --check
lint_markdown:
name: Lint markdown files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: .tool-versions
cache: yarn
- run: yarn install --immutable
- run: yarn lint:markdownlint