diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3cbff7..29b0f79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/setup-node@v6 with: 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: name: Typecheck