diff --git a/.github/workflows/urlchecker.yml b/.github/workflows/urlchecker.yml new file mode 100644 index 00000000..e70f2a2d --- /dev/null +++ b/.github/workflows/urlchecker.yml @@ -0,0 +1,22 @@ +name: Check URLs + +on: [push, pull_request] +jobs: + urlcheck: + runs-on: ubuntu-latest + + steps: + - name: URLs-checker + uses: SuperKogito/URLs-checker@0.1.3 + 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