Skip to content

Commit ac8fdbe

Browse files
mertcanaltinaduh95
andauthored
Update .github/workflows/lint-release-proposal.yml
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent bfaacd1 commit ac8fdbe

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

+1-8
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,4 @@ jobs:
5959
grep -q '^#define NODE_VERSION_IS_RELEASE 1$' src/node_version.h
6060
- name: Check for placeholders in documentation
6161
run: |
62-
if grep -q "REPLACEME" doc/api/*.md; then
63-
echo "Please update REPLACEME tags in doc/api/*.md files. See doc/contributing/releases.md."
64-
exit 1
65-
fi
66-
if grep -q "DEP...X" doc/api/deprecations.md; then
67-
echo "Please update DEP...X in doc/api/deprecations.md. See doc/contributing/releases.md."
68-
exit 1
69-
fi
62+
! grep "REPLACEME" doc/api/*.md

0 commit comments

Comments
 (0)