Skip to content

test: add unit test for handling push event #377

test: add unit test for handling push event

test: add unit test for handling push event #377

Workflow file for this run

name: Type Check
on:
pull_request:
push:
branches:
- main
- development
jobs:
typecheck:
name: Type Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
- name: Run typecheck
run: bun tsc --noEmit