Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8f84442

Browse files
committedDec 13, 2024·
tools: add REPLACEME check to workflow
1 parent 6f084ff commit 8f84442

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎.github/workflows/lint-release-proposal.yml

+3
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

Comments
 (0)
Please sign in to comment.