Rename markdownlinks.yaml to markdownlinks.yml

This commit is contained in:
James Harris
2020-06-14 20:41:48 +01:00
committed by GitHub
parent 279c4df741
commit eddccc79e1

8
.github/workflows/markdownlinks.yml vendored Normal file
View File

@@ -0,0 +1,8 @@
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