Skip to content

remove .claude/settings.json, TODO, RELEASING from public repo #18

remove .claude/settings.json, TODO, RELEASING from public repo

remove .claude/settings.json, TODO, RELEASING from public repo #18

Workflow file for this run

name: CLI
on:
pull_request:
push:
branches:
- main
jobs:
cli-tests:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Ensure jq is installed
run: |
command -v jq >/dev/null 2>&1 || brew install jq
- name: Syntax check CLI and tests
run: |
bash -n bin/devkit
bash -n test/test_registry.sh
bash -n devkit_test/test_registry.sh
- name: Run CLI integration suite
run: bash test/test_registry.sh