ci: fix openspec package name

The npm package `openspec` is an unrelated 0.0.0 placeholder; the real
CLI ships as `@fission-ai/openspec`.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Ullrich Schäfer 2026-05-08 02:35:10 +02:00
parent b78c7b77e0
commit 5b6fecf416
No known key found for this signature in database
GPG key ID: A32FF691A0F752D9

View file

@ -53,7 +53,7 @@ jobs:
- uses: actions/setup-node@v6 - uses: actions/setup-node@v6
with: with:
node-version: 24 node-version: 24
- run: npx -y openspec@1.2.0 validate --all --strict --no-interactive - run: npx -y @fission-ai/openspec@1.2.0 validate --all --strict --no-interactive
typecheck: typecheck:
name: Typecheck name: Typecheck