Skip to content

fix(bash-bg): stop overriding the built-in bash tool #171

fix(bash-bg): stop overriding the built-in bash tool

fix(bash-bg): stop overriding the built-in bash tool #171

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