Skip to content
Closed
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
17 changes: 17 additions & 0 deletions .github/workflows/urlchecker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Check URLs
on: [push, pull_request]
jobs:
url-checker:
runs-on: ubuntu-latest
steps:
- name: URLs-checker
uses: SuperKogito/[email protected]
with:
# The project base path.
git_path: https://github.com/easybuilders/easybuild-framework

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

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