Skip to content

Commit

Permalink
Merge pull request markerikson#1 from keithort/Workflow
Browse files Browse the repository at this point in the history
Added workflow to check links
  • Loading branch information
keithort authored Sep 28, 2021
2 parents 5c3d88b + 87114d3 commit 0542bc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name: Check URLs for dead links
on: push
jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: gaurav-nelson/github-action-markdown-link-check@v1

0 comments on commit 0542bc8

Please sign in to comment.