Callum Waters
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
7 deletions
-
.github/workflows/action.yml
|
|
@ -1,10 +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@0.6.0 |
|
|
|
with: |
|
|
|
folder-path: "spec" |
|
|
|
markdown-link-check: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- uses: actions/checkout@master |
|
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@0.6.0 |
|
|
|
with: |
|
|
|
folder-path: 'spec' |