-
Notifications
You must be signed in to change notification settings - Fork 13
33 lines (23 loc) · 964 Bytes
/
urlcheck.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
name: Check URLs
on: [push, pull_request]
jobs:
urlcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: URLs-checker
uses: urlstechie/[email protected]
with:
# clone devel
branch: main
# A comma-separated list of file types to cover in the URL checks
file_types: .md,.rst
# 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 (defaults to 1)
retry_count: 5
verbose: true
exclude_patterns: https://cache.e4s.io/
exclude_urls: https://img.shields.io/github/v/release/STEllAR-GROUP/hpx/,https://img.shields.io/github/release-date/STEllAR-GROUP/hpx/,https://github.com/E4S-Project/e4s/actions,https://github.com/E4S-Project/e4s/blob/master/LICENSE