Merge remote-tracking branch 'origin/main' into faddat/remove-depguar… #40
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Check Markdown links | |
on: push | |
jobs: | |
markdown-link-check: | |
runs-on: ubuntu-latest | |
steps: | |
# Check out the latest version of the code | |
- uses: actions/[email protected] | |
# Checks the status of hyperlinks in *.md files in docs/ | |
- uses: gaurav-nelson/[email protected] | |
with: | |
folder-path: "docs" | |
file-path: './README.md' |