Skip to content

Commit

Permalink
Update and rename check-all-broken-links.md to check-all-broken-links…
Browse files Browse the repository at this point in the history
….yml
  • Loading branch information
arjunsuresh authored Sep 17, 2024
1 parent eaae854 commit 6020096
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: Check .md README files for broken links
name: "Check .md README files for broken links"

on:
push: [master]
push:
branches:
- master

jobs:
markdown-link-check:
runs-on: ubuntu-latest
# check out the latest version of the code
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Checks the status of hyperlinks in .md files in verbose mode
- name: Check links
Expand Down

0 comments on commit 6020096

Please sign in to comment.