Skip to content

add protos

add protos #650

Workflow file for this run

name: Checks
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0 # Fetch the full history instead of a shallow clone
- uses: actions/setup-node@v3
with:
node-version: 20
- run: yarn
- run: yarn lint:all
- run: yarn build:all
- run: yarn test:all