Skip to content

Commit

Permalink
CI: Update CircleCI to specify --check-urls-reachable for new files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Apr 11, 2024
1 parent c3e36dc commit 5a00180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
# Run checks
if [[ $added != "" ]]; then
pip install joblib retry
python ./scripts/check_description_files.py $added
python ./scripts/check_description_files.py --check-urls-reachable $added
fi
workflows:
Expand Down

0 comments on commit 5a00180

Please sign in to comment.