Skip to content

Commit

Permalink
Merge pull request #280 from marcransome/update-markdown-links-workflow
Browse files Browse the repository at this point in the history
Update markdown links workflow
  • Loading branch information
marcransome authored Jan 7, 2025
2 parents 55f2854 + 241e58f commit df74621
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/markdown-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:
uses: step-security/harden-runner@0080882f6c36860b6ba35c610c98ce87d4e2f26f # v2.10.2
with:
egress-policy: audit
- name: Check links in modified Markdown files
if: github.event_name == 'pull_request'
- name: Disable unprivileged user namespaces restrictions
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
shell: bash
- name: Check links in Markdown files
uses: umbrelladocs/action-linkspector@fc382e19892aca958e189954912fe379a8df270c # v1.2.4
with:
fail_on_error: true
filter_mode: file
filter_mode: nofilter
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-pr-review

0 comments on commit df74621

Please sign in to comment.