Skip to content

fix manual deploy script #8

fix manual deploy script

fix manual deploy script #8

Workflow file for this run

name: 'Type Checks'
on: push
jobs:
type-checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install modules
run: bun install
- name: Check types
run: bunx tsc