Skip to content

Commit

Permalink
Merge pull request #15 from RianNegreiros/RianNegreiros-patch-1
Browse files Browse the repository at this point in the history
Create main.yml
  • Loading branch information
RianNegreiros authored Feb 14, 2024
2 parents 3e86ccb + c89b4be commit 015f9ad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Check Markdown 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
with:
folder-path: ./markdown

0 comments on commit 015f9ad

Please sign in to comment.