From 5e5ea0b569ffdf2f03473a5beb14ef5d359d038a Mon Sep 17 00:00:00 2001 From: Dirk Lemstra Date: Sat, 12 Jul 2025 11:30:48 +0200 Subject: [PATCH] Cosmetic rename. --- .../scripts/{compare_signatures.py => compare-signatures.py} | 0 .github/workflows/doc-check.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/build/scripts/{compare_signatures.py => compare-signatures.py} (100%) diff --git a/.github/build/scripts/compare_signatures.py b/.github/build/scripts/compare-signatures.py similarity index 100% rename from .github/build/scripts/compare_signatures.py rename to .github/build/scripts/compare-signatures.py diff --git a/.github/workflows/doc-check.yml b/.github/workflows/doc-check.yml index b7853795ba..fad9691dbf 100644 --- a/.github/workflows/doc-check.yml +++ b/.github/workflows/doc-check.yml @@ -45,7 +45,7 @@ jobs: DOC_HTML=("Blob.html" "CoderInfo.html" "Geometry.html" "Image++.html" "Montage.html" "Pixels.html") DOXY_HTML=("Blob.html" "CoderInfo.html" "Geometry.html" "Image.html" "Montage.html" "Pixels.html") # Image.html is the only one that differs from the doxygen file for i in "${!DOC_HTML[@]}"; do - python3 .github/build/scripts/compare_signatures.py www/Magick++/"${DOC_HTML[$i]}" www/api/Magick++/classMagick_1_1"${DOXY_HTML[$i]}" + python3 .github/build/scripts/compare-signatures.py www/Magick++/"${DOC_HTML[$i]}" www/api/Magick++/classMagick_1_1"${DOXY_HTML[$i]}" if [ $? -eq -1 ]; then diff="true" fi