Skip to content

Commit

Permalink
Update .github/workflows/lint-release-proposal.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
mertcanaltin and aduh95 authored Dec 13, 2024
1 parent bfaacd1 commit ac8fdbe
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/lint-release-proposal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,4 @@ jobs:
grep -q '^#define NODE_VERSION_IS_RELEASE 1$' src/node_version.h
- name: Check for placeholders in documentation
run: |
if grep -q "REPLACEME" doc/api/*.md; then
echo "Please update REPLACEME tags in doc/api/*.md files. See doc/contributing/releases.md."
exit 1
fi
if grep -q "DEP...X" doc/api/deprecations.md; then
echo "Please update DEP...X in doc/api/deprecations.md. See doc/contributing/releases.md."
exit 1
fi
! grep "REPLACEME" doc/api/*.md

0 comments on commit ac8fdbe

Please sign in to comment.