◐ Shell
clean mode source ↗

tools: add REPLACEME check to workflow · nodejs/node@78743b1

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 78743b1

mertcanaltinaduh95

authored and

committed

tools: add REPLACEME check to workflow

PR-URL: #56251 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions

Original file line numberDiff line numberDiff line change

@@ -57,3 +57,6 @@ jobs:

5757

- name: Verify NODE_VERSION_IS_RELEASE bit is correctly set

5858

run: |

5959

grep -q '^#define NODE_VERSION_IS_RELEASE 1$' src/node_version.h

60+

- name: Check for placeholders in documentation

61+

run: |

62+

! grep "REPLACEME" doc/api/*.md

0 commit comments