Skip to content

Commit

Permalink
Merge pull request #2078 from pybamm-team/check-url
Browse files Browse the repository at this point in the history
try longer url check
  • Loading branch information
valentinsulzer authored Jul 25, 2022
2 parents 3fb5877 + 6f25e3b commit e4964ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/url_checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: URLs-checker
uses: urlstechie/urlchecker-action@master
uses: urlstechie/urlchecker-action@0.0.31
with:
# A comma-separated list of file types to cover in the URL checks
file_types: .rst,.md,.py,.ipynb
Expand All @@ -28,7 +28,7 @@ jobs:
retry_count: 5

# A comma separated patterns to exclude during URL checks
exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v
exclude_patterns: https://www.datacamp.com/community/tutorials/fuzzy-string-python,http://127.0.0.1,https://github.com/pybamm-team/PyBaMM/tree/v,https::/doi.org,https::/www.sciencedirect.com

# A comma separated list of file patterns (direct paths work as well) to exclude
exclude_files: CHANGELOG.md
Expand Down

0 comments on commit e4964ba

Please sign in to comment.