Skip to content

Commit

Permalink
Update markdown.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
chicco785 committed Dec 17, 2024
1 parent 153e0aa commit 0c98b01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/markdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,9 @@ jobs:
git config --global user.email '[email protected]'
git commit -am "Automated markdown-lint fixes [dependabot skip]" || echo "No changes to commit"
git push
# Checks the status of hyperlinks in .md and .MD files in verbose mode (the action is case sensitive and .{MD,md})
- name: Check links (.md)
- name: Fix apparmor issue for puppeteer
run: echo 0 | sudo tee /proc/sys/kernel/apparmor_restrict_unprivileged_userns
- name: Check links
uses: umbrelladocs/action-linkspector@v1
with:
filter_mode: nofilter
Expand Down

0 comments on commit 0c98b01

Please sign in to comment.