Merge branch 'main' into fix/preview-deploy-race

This commit is contained in:
Ullrich Schäfer 2026-05-10 13:06:48 +02:00 committed by GitHub
commit be69abc0ee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 1973 additions and 1385 deletions

View file

@ -45,6 +45,19 @@ 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: pnpm/action-setup@v6
- uses: actions/setup-node@v6
with:
node-version: 24
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm openspec validate --all --strict --no-interactive
typecheck:
name: Typecheck
runs-on: ubuntu-latest