Skip to content

fix: skip posting help comment when no commands found #418

fix: skip posting help comment when no commands found

fix: skip posting help comment when no commands found #418

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