Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions .github/workflows/urlchecker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Check URLs

on: [push, pull_request]
jobs:
urlcheck:
runs-on: ubuntu-latest

steps:
- name: URLs-checker
uses: SuperKogito/[email protected]
with:
# The project base path.
git_path: https://github.com/easybuilders/easybuild

# A comma-separated list of file types to cover in the URL checks
file_types: .md,.py,.rst,.sh

# Choose whether to include file with no URLs in the prints.
print_all: False

# A comma separated patterns to exclude during URL checks
white_listed_patterns: https://github.com/easybuilders/easybuild-easyblocks,https://github.com/easybuilders/easybuild-easyconfigs,https://github.com/easybuilders/easybuild-framework