Skip to content

Commit

Permalink
Ignore gnu.org licenses (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugobuddel authored Jan 28, 2025
2 parents e97e23e + 881e2bc commit 78beb0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/markdown_link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ jobs:
- name: Check links
run: |
# Generate default configuration file if it doesn't exist.
if [ ! -f .linkspector.yml ] ; then printf "dirs:\n - ./\n" > .linkspector.yml ; fi
if [ ! -f .linkspector.yml ] ; then printf "dirs:\n - ./\nignorePatterns:\n - pattern: '^https://www.gnu.org/licenses.*$'\n" > .linkspector.yml ; fi
# Run the check.
linkspector check

0 comments on commit 78beb0f

Please sign in to comment.