Skip to content

support tmux switching operation in /mux command (#1) #13

support tmux switching operation in /mux command (#1)

support tmux switching operation in /mux command (#1) #13

Workflow file for this run

name: typecheck
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
typecheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
cache: npm
- run: npm ci
- run: npx tsc --noEmit