Skip to content

fix(pi-bash-bg): stop replacing the bash tool so shellCommandPrefix keeps working #184

fix(pi-bash-bg): stop replacing the bash tool so shellCommandPrefix keeps working

fix(pi-bash-bg): stop replacing the bash tool so shellCommandPrefix keeps working #184

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version: 22
cache: yarn
- run: yarn install --immutable
- run: yarn lint
- run: yarn build
- run: yarn test