Skip to content

isolate _pi-mux pool from tmux config that would break it #6

isolate _pi-mux pool from tmux config that would break it

isolate _pi-mux pool from tmux config that would break it #6

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