Set up
Workflow changes
Choose a setup path and check the jobs you move to Peak.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Choose a setup path and check the jobs you move to Peak.
npx -y @peakinc/init@latest
name: Platform check
on: push
jobs:
test:
strategy:
matrix:
os: [peak-ubuntu-24.04-4, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- run: echo "Check this platform"
npx -y @peakinc/wizard@latest
npx -y @peakinc/wizard@latest --no-agent
npx -y @peakinc/wizard@latest --dry-run
npx -y @peakinc/cli@latest api runner-types --json
npx -y @peakinc/cli@latest workflow preview .github/workflows/ci.yml \
--job build --runner RELEASED_LABEL --json