Skip to content

chore: clean zod validation in database api endpoints #160

chore: clean zod validation in database api endpoints

chore: clean zod validation in database api endpoints #160

Workflow file for this run

name: autofix.ci # needed to securely identify the workflow
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 20
cache: "pnpm"
- name: Install dependencies
run: pnpm install
- name: Lint (code)
run: pnpm lint --fix
- uses: autofix-ci/action@8bc06253bec489732e5f9c52884c7cace15c0160