Skip to content

Commit ce36a84

Browse files
committed
fix: specify folder path for markdown-lint-check
This was checking node_modules I believe causing it to hang.
1 parent a911dda commit ce36a84

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ jobs:
100100
with:
101101
use-quiet-mode: yes
102102
use-verbose-mode: yes
103+
folder-path: docs
103104
config-file: .github/workflows/mlc_config.json
104105
# For pull requests:
105106
- if: github.ref != 'refs/heads/main' || github.event.pull_request.head.repo.fork
@@ -111,6 +112,7 @@ jobs:
111112
use-verbose-mode: yes
112113
check-modified-files-only: yes
113114
base-branch: main
115+
folder-path: docs
114116
config-file: .github/workflows/mlc_config.json
115117

116118
# Ensure AGPL and Enterprise are separated!

0 commit comments

Comments
 (0)