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
Mert Can Altin 2024-12-17 13:03:09 +03:00 committed by GitHub
parent 2cd385ef67
commit 04c082bb43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -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