Skip to content

Commit

Permalink
adding markdownflow to check 1
Browse files Browse the repository at this point in the history
  • Loading branch information
Khushalsarode committed Oct 28, 2024
1 parent e7808bb commit d363ae9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/markdown_files_link_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
run: |
npm install -g markdown-link-check
- name: Verify config file exists
run: |
ls -la .markdown-link-check.json
cat .markdown-link-check.json
# Find and check all Markdown files, using the config file
- name: Check links in Markdown files
run: |
Expand Down

0 comments on commit d363ae9

Please sign in to comment.