We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db6aba1 commit 78743b1Copy full SHA for 78743b1
.github/workflows/lint-release-proposal.yml
@@ -57,3 +57,6 @@ jobs:
57
- name: Verify NODE_VERSION_IS_RELEASE bit is correctly set
58
run: |
59
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