Skip to content

chore: add schema link #15

chore: add schema link

chore: add schema link #15

Workflow file for this run

name: Lint schemas
on:
- pull_request
- push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up node
uses: actions/setup-node@v4
with:
node-version: 18
- name: Set up pnpm
uses: pnpm/action-setup@v3
with:
version: 8
- run: pnpm test