Skip to content

Commit

Permalink
Update job step names and fix readme code
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Dec 26, 2024
1 parent a9de461 commit d6c132f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_functions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
3 changes: 1 addition & 2 deletions scripts/update_readme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6c132f

Please sign in to comment.