File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -283,21 +283,3 @@ jobs:
283283 - run : tools/lint-readme-lists.mjs "$TEAMS"
284284 env :
285285 TEAMS : ${{ tojson(steps.team_members.outputs) }}
286- check-config-schema-sync :
287- if : github.event.pull_request.draft == false
288- runs-on : ubuntu-slim
289- steps :
290- - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
291- with :
292- persist-credentials : false
293- sparse-checkout : |
294- /doc/node-config-schema.json
295- /src/node_config_schema.h
296- /tools/gen_node_config_schema.mjs
297- sparse-checkout-cone-mode : false
298- - name : Use Node.js ${{ env.NODE_VERSION }}
299- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
300- with :
301- node-version : ${{ env.NODE_VERSION }}
302- - name : Verify config schema files match Node's option metadata
303- run : node tools/gen_node_config_schema.mjs --check
You can’t perform that action at this time.
0 commit comments