mirror of https://github.com/nodejs/node.git
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>pull/52587/merge
parent
2cd385ef67
commit
04c082bb43
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue