add a test for multiple directories

This commit is contained in:
Brian Kroth 2020-12-10 15:31:03 -06:00
parent 1c631eb3d9
commit 938be1a0a0

View File

@ -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: