mirror of
https://github.com/gaurav-nelson/github-action-markdown-link-check.git
synced 2024-11-29 09:12:26 +03:00
add a test for multiple directories
This commit is contained in:
parent
1c631eb3d9
commit
938be1a0a0
9
.github/workflows/push.yml
vendored
9
.github/workflows/push.yml
vendored
@ -9,6 +9,15 @@ jobs:
|
||||
uses: ./
|
||||
with:
|
||||
check-modified-files-only: 'yes'
|
||||
markdown-link-check-folders:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
- name: markdown-link-check
|
||||
uses: ./
|
||||
with:
|
||||
# Add a test to restrict the test to just dir1 and dir2, not dir3.
|
||||
folder-path: './md/dir1, ./md/dir2'
|
||||
shellcheck:
|
||||
runs-on: [ubuntu-latest]
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user