Skip to content

docs: clarify arb create options and move Tips section #8

docs: clarify arb create options and move Tips section

docs: clarify arb create options and move Tips section #8

Workflow file for this run

name: Check
on:
pull_request:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: oven-sh/setup-bun@v2
- name: Install BATS
run: |
git clone --depth 1 https://github.com/bats-core/bats-core.git /tmp/bats-core
sudo /tmp/bats-core/install.sh /usr/local
- name: Configure git
run: |
git config --global user.name "CI"
git config --global user.email "ci@localhost"
- run: bun install
- run: bun run check