Skip to content

feat(cli): add AgentCore config doctor #9

feat(cli): add AgentCore config doctor

feat(cli): add AgentCore config doctor #9

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
- run: npm install
- run: npm run typecheck
- run: npm test --if-present
- run: npm run build