Skip to content

fix: suppress Windows console popup on /execute spawn #132

fix: suppress Windows console popup on /execute spawn

fix: suppress Windows console popup on /execute spawn #132

Workflow file for this run

name: CI
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
container: oven/bun:1.3.11-alpine
steps:
- uses: actions/checkout@v4
- run: bun install --frozen-lockfile
- run: bun run lint
build:
runs-on: ubuntu-latest
container: oven/bun:1.3.11-alpine
steps:
- uses: actions/checkout@v4
- run: bun install --frozen-lockfile
- run: bun run build
test:
runs-on: ubuntu-latest
container: oven/bun:1.3.11-alpine
steps:
- uses: actions/checkout@v4
- run: bun install --frozen-lockfile
- run: bun run test