Skip to content

docs: document bootstrap AI agent feature (#24) #42

docs: document bootstrap AI agent feature (#24)

docs: document bootstrap AI agent feature (#24) #42

Workflow file for this run

name: Test
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20, 22]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- run: npm ci
- run: npm run build
- run: node --test test/*.test.mjs
lint-scripts:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: ShellCheck setup script
run: |
sudo apt-get install -y shellcheck
shellcheck scripts/setup-yggdrasil.sh