mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
check-pr: check new page even when it is a copy (#20407)
This commit is contained in:
@@ -192,6 +192,12 @@ function check_diff {
|
||||
percentage=${percentage#0}
|
||||
|
||||
printf "\x2d $MSG_IS_COPY" "$file2" "$file1" "$percentage"
|
||||
|
||||
check_duplicates "$file2"
|
||||
check_missing_english_page "$file2"
|
||||
check_outdated_page "$file2"
|
||||
check_more_info_link "$file2"
|
||||
check_page_title "$file2"
|
||||
;;
|
||||
|
||||
A) # file1 was newly added
|
||||
|
||||
Reference in New Issue
Block a user