Skip to content

docs: refactor pipeline section to a table and tighten status prose #17

docs: refactor pipeline section to a table and tighten status prose

docs: refactor pipeline section to a table and tighten status prose #17

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
permissions:
contents: read
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24
- run: npm ci
- name: Install Tessl CLI (for tile-lint integration test)
uses: tesslio/setup-tessl@v2
- name: Run tests
run: npm test
- name: "Smoke: build the example"
run: node bin/x927.js build --dry-run examples/app-builder/PLUGIN.md