Skip to content

πŸ’„ Global spinner #101

πŸ’„ Global spinner

πŸ’„ Global spinner #101

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: npm ci
# TODO: Fix this once we know how to authenticate codegen in CI (or its changed to no longer need that)
# - run: npx convex codegen
# - run: npm run type-check
- run: npm run lint