diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3240a80..d3cbff7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,16 @@ jobs: - uses: actions/checkout@v6 - run: bash scripts/check-dockerfiles.sh + openspec: + name: OpenSpec Validate + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 + with: + node-version: 24 + - run: npx -y openspec@1.2.0 validate --all --strict --no-interactive + typecheck: name: Typecheck runs-on: ubuntu-latest