From ce36a84dd5c624d12d4dc4b101787b6d8514b6af Mon Sep 17 00:00:00 2001 From: Kyle Carberry Date: Sun, 29 Jan 2023 22:36:47 +0000 Subject: [PATCH] fix: specify folder path for markdown-lint-check This was checking node_modules I believe causing it to hang. --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e03393011a..83fc65d394 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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!