Skip to content

[Misc] Record that the dependencies/dev split follows the whole chain #400

[Misc] Record that the dependencies/dev split follows the whole chain

[Misc] Record that the dependencies/dev split follows the whole chain #400

Workflow file for this run

name: validate
on:
push:
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Full history: the version-increase invariant diffs against the base branch, which a
# depth-1 checkout does not have.
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version: 20
- name: Consistency checks
run: node scripts/validate.mjs