Skip to content

[Misc] Follow platform conventions for the default work directory #416

[Misc] Follow platform conventions for the default work directory

[Misc] Follow platform conventions for the default work directory #416

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