Skip to content

Chore(deps-dev): bump npm-check-updates from 17.1.12 to 17.1.13 in the update-npm-dependencies group #541

Chore(deps-dev): bump npm-check-updates from 17.1.12 to 17.1.13 in the update-npm-dependencies group

Chore(deps-dev): bump npm-check-updates from 17.1.12 to 17.1.13 in the update-npm-dependencies group #541

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@v4
- uses: actions/setup-node@v4
with:
node-version: current
- 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