Skip to content

docs: add AGENT_V2 environment variables to ENV_GUIDE and sample #193

docs: add AGENT_V2 environment variables to ENV_GUIDE and sample

docs: add AGENT_V2 environment variables to ENV_GUIDE and sample #193

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- name: Install dependencies
run: npm ci
- name: Run lint
run: npm run lint