fix: specify folder path for markdown-lint-check

This was checking node_modules I believe causing it to hang.
This commit is contained in:
Kyle Carberry 2023-01-29 22:36:47 +00:00
parent a911ddaa7b
commit ce36a84dd5
1 changed files with 2 additions and 0 deletions

View File

@ -100,6 +100,7 @@ jobs:
with:
use-quiet-mode: yes
use-verbose-mode: yes
folder-path: docs
config-file: .github/workflows/mlc_config.json
# For pull requests:
- if: github.ref != 'refs/heads/main' || github.event.pull_request.head.repo.fork
@ -111,6 +112,7 @@ jobs:
use-verbose-mode: yes
check-modified-files-only: yes
base-branch: main
folder-path: docs
config-file: .github/workflows/mlc_config.json
# Ensure AGPL and Enterprise are separated!