Skip to content

Update book subtitle #263

Update book subtitle

Update book subtitle #263

Workflow file for this run

name: iec check
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: npm
- name: Install site dependencies
run: npm ci
- name: Build site
run: npm run docs:build
- uses: astral-sh/setup-uv@v8.1.0
with:
version: "latest"
- name: Install iec-cli
run: uv tool install git+https://github.com/intent-engineering-for-coding-agents/cli.git
- name: Run iec check
run: iec check