forked from pybamm-team/PyBaMM
-
Notifications
You must be signed in to change notification settings - Fork 0
35 lines (27 loc) · 992 Bytes
/
url_checker.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Check URLs
on:
push:
schedule:
# Run everyday at 3 am UTC
- cron: 0 3 * * *
jobs:
urlchecks:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: URLs-checker
uses: urlstechie/urlchecker-action@master
with:
# A comma-separated list of file types to cover in the URL checks
file_types: .rst,.md,.py,.ipynb
# Choose whether to include file with no URLs in the prints.
print_all: false
# Timeout in 10 seconds if url is not reached
timeout: 10
# How many times to retry a failed request (each is logged, defaults to 1)
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
# A comma separated list of file patterns (direct paths work as well) to exclude
exclude_files: CHANGELOG.md