Skip to content

test: resolve installed Protocol schemas #38

test: resolve installed Protocol schemas

test: resolve installed Protocol schemas #38

Workflow file for this run

name: CI
on:
push:
branches: [main, 'codex/**']
pull_request:
permissions:
contents: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: npm
# The formal Host Git package still pins Protocol as a nested Git dependency.
# Use the Node 22 bundled npm until Host publishes a dependency-closed package.
- run: npm ci
- run: npm run check