diff --git a/.github/workflows/test_functions.yml b/.github/workflows/test_functions.yml index 32c702653..d2689ad11 100644 --- a/.github/workflows/test_functions.yml +++ b/.github/workflows/test_functions.yml @@ -57,7 +57,7 @@ jobs: uses: actions/checkout@v4 with: ref: ${{ github.ref }} - - name: Test domain validation + - name: Test raw file validation run: bash scripts/test_functions.sh validate test-build: diff --git a/scripts/update_readme.sh b/scripts/update_readme.sh index 2d2b9c8aa..55d3d47bd 100644 --- a/scripts/update_readme.sh +++ b/scripts/update_readme.sh @@ -166,8 +166,7 @@ print_stats() { printf "%5s |%8s |%7s %% |%8s %% | %s" \ "$(sum "$TODAY" "$1")" "$this_month" \ - "$(( this_month * 100 / total_this_month ))" \ - "$(sum_excluded "$1" )" "${1:-All sources}" + "$(( this_month * 100 / total_this_month ))" "$(sum_excluded "$1" )" "${1:-All sources}" } # Note that csvkit is used in the following functions as the Google Search