Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/link_checker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
- name: Check links with linkcheck
uses: filiph/linkcheck@3.0.0
with:
Expand Down
2 changes: 2 additions & 0 deletions skip_file.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# URLs matching these patterns will be skipped by the link checker.
# Each line is a regular expression.
Loading