Skip to content

Commit

Permalink
ci: markdown link check (#6)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Tieri <[email protected]>
  • Loading branch information
joelsmith-2019 and jtieri authored May 10, 2024
1 parent 412a85e commit 23a2e52
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/markdown-link-check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: Markdown Link Check

on:
pull_request:

jobs:
link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: gaurav-nelson/[email protected]

0 comments on commit 23a2e52

Please sign in to comment.