Skip to content

Add git-workflow plugin with /ship and /pr:review commands #25

Add git-workflow plugin with /ship and /pr:review commands

Add git-workflow plugin with /ship and /pr:review commands #25

Workflow file for this run

name: Docs CI
on:
pull_request:
paths: ['docs/**', '.devcontainer/CHANGELOG.md']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
cache-dependency-path: docs/package-lock.json
- run: npm ci
working-directory: docs
- run: npm run build
working-directory: docs