forked from USRSE/usrse.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
30 lines (22 loc) · 928 Bytes
/
urlchecker.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
name: Check URLs
on: [pull_request]
jobs:
urlcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: URLs-checker
uses: urlstechie/[email protected]
with:
# A comma-separated list of file types to cover in the URL checks
file_types: .md,.py,.yml
# Choose whether to include file with no URLs in the prints.
print_all: false
# How many times to retry a failed request (defaults to 1)
retry_count: 3
# Google Forms is having enormous timeouts
timeout: 10
# White listed patterns (seem to have SSL issues but work in browser)
white_listed_patterns: sc19.supercomputing.org,https://pace.gatech.edu,https://www.linkedin.com
# White list the following files
white_listed_files: README.md,SocialNetworks.yml,map.yml,_config.yml,tests/test_,.github/workflows,_posts/newsletters/