Skip to content

feat: add agentcli run for local shell-only workflow DAG execution #34

feat: add agentcli run for local shell-only workflow DAG execution

feat: add agentcli run for local shell-only workflow DAG execution #34

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
concurrency:
group: ci-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: '22'
cache: npm
- run: npm ci
- run: npm run lint
- run: npm test