Skip to content

Commit

Permalink
Revert "Delete markdown check until there is a fix for #132."
Browse files Browse the repository at this point in the history
This reverts commit b25d115.
  • Loading branch information
uhafner committed Apr 22, 2022
1 parent b25d115 commit 30845f7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/check-md-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Markdown links

on: push

jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: fix permission issue
run: git config --global --add safe.directory /github/workspace
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
check-modified-files-only: 'yes'

0 comments on commit 30845f7

Please sign in to comment.