Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

chore(deps): update sanity monorepo to v3.36.0 #943

chore(deps): update sanity monorepo to v3.36.0

chore(deps): update sanity monorepo to v3.36.0 #943

Workflow file for this run

name: Run Tests
on:
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: lts/*
- run: npm i
- run: npm run lint
- run: npm run build
- run: npm run typecheck
- run: npm t