Skip to content

#2638 add new linkcheck workflow #1

#2638 add new linkcheck workflow

#2638 add new linkcheck workflow #1

Workflow file for this run

dirs:
- .
useGitIgnore: true
ignorePatterns:
- pattern: '^https://mybinder.org/v2/gh/stfc/psyclone'
replacementPatterns:
- pattern: '^https:\/\/(psyclone.*\.readthedocs\.io\/en\/)stable$'
replacement: 'https://$1/latest'
aliveStatusCodes:
- 200
- 401
- 502
- 503