mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
tools: add REPLACEME check to workflow
PR-URL: https://github.com/nodejs/node/pull/56251 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
This commit is contained in:
3
.github/workflows/lint-release-proposal.yml
vendored
3
.github/workflows/lint-release-proposal.yml
vendored
@@ -57,3 +57,6 @@ jobs:
|
||||
- name: Verify NODE_VERSION_IS_RELEASE bit is correctly set
|
||||
run: |
|
||||
grep -q '^#define NODE_VERSION_IS_RELEASE 1$' src/node_version.h
|
||||
- name: Check for placeholders in documentation
|
||||
run: |
|
||||
! grep "REPLACEME" doc/api/*.md
|
||||
|
||||
Reference in New Issue
Block a user