mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 08:55:34 +02:00
CI: check if the more info link is up-to-date (#13653)
This commit is contained in:
parent
f108d25e6e
commit
1843cebe68
1 changed files with 3 additions and 1 deletions
|
@ -114,7 +114,7 @@ function check_outdated_page() {
|
|||
function check_more_info_link() {
|
||||
local page=$1
|
||||
|
||||
python3 scripts/set-more-info-link.py -Sn | grep "$page" > /dev/null
|
||||
grep "$page" "more-info-links.txt" > /dev/null
|
||||
|
||||
if [ $? -eq 0 ]; then
|
||||
printf "\x2d $MSG_MORE_INFO" "$page"
|
||||
|
@ -136,6 +136,8 @@ function check_diff {
|
|||
return 0
|
||||
fi
|
||||
|
||||
python3 scripts/set-more-info-link.py -Sn > more-info-links.txt
|
||||
|
||||
while read line; do
|
||||
readarray -td$'\t' entry < <(echo -n "$line")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue