Skip to content

Build(deps-dev): bump @sigstore/core from 3.0.0 to 3.2.1 in the npm_and_yarn group across 1 directory #3636

Build(deps-dev): bump @sigstore/core from 3.0.0 to 3.2.1 in the npm_and_yarn group across 1 directory

Build(deps-dev): bump @sigstore/core from 3.0.0 to 3.2.1 in the npm_and_yarn group across 1 directory #3636

Workflow file for this run

name: Check Runtime Schemas
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.ref_name }}
cancel-in-progress: true
jobs:
check-runtime-schemas:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: actions/setup-node@v6
with:
node-version-file: .nvmrc
- run: npm ci
- run: npm run build:node
- run: npm run build:schemas --workspace=@nmshd/runtime
- name: Check git diff
run: bash .ci/checkGitDiff.sh