Issue80 aryan, generation of processing algorithm *.rst files #390
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: ✅ Check URLs | |
on: | |
push: | |
branches: | |
- main | |
- 'release_**' | |
- urlcheck | |
pull_request: | |
branches: | |
- main | |
- 'release_**' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: urls-checker | |
uses: urlstechie/urlchecker-action@master | |
with: | |
file_types: .md,.py,.rst | |
# Choose whether to include file with no URLs in the prints. | |
print_all: false | |
timeout: 20 | |
retry_count: 3 | |
verbose: true | |
force_pass : false | |
exclude_files: | |
test_glossary.py,snippets/grabPotsdamWmsData.py,scripts/update_splashscreen.py | |
# {z}/{x}/{y}: ESRI | |
# {z]/{y}/{x}: CartoDB, Open Weather, OpenTopoMap, OSM, Stamen, Strava, Wikimedia | |
# x={x}&y={y}&z={z}: Google | |
exclude_urls: | |
https://.*,https://bitbucket.org/hu-geomatics/enmap-box/issues//422,http://mrcc.com/qgis.dtd,http://www.wtfpl.net/ | |
exclude_patterns: | |
http://ecn.t3.tiles.virtualearth.net/,%7Bz%7D/%7By%7D/%7Bx%7D,%7Bz%7D/%7Bx%7D/%7By%7D,x%3D%7Bx%7D%26y%3D%7By%7D%26z%3D%7Bz%7D,https://fbinter.stadt-berlin.de/,https://tiles.wmflabs.org/ |