Skip to content

feat: add /edit-plan command and stable release cleanup #27

feat: add /edit-plan command and stable release cleanup

feat: add /edit-plan command and stable release cleanup #27

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
- run: npm ci
- run: npm test