Skip to content

Commit

Permalink
add a test for multiple directories
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Dec 10, 2020
1 parent 1c631eb commit 938be1a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 938be1a

Please sign in to comment.