mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: specify folder path for markdown-lint-check
This was checking node_modules I believe causing it to hang.
This commit is contained in:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user