Skip to content

Commit b423218

Browse files
committed
chore: remove markdown-lint-check
It's broken for some unfortunate reason!
1 parent b4a1c32 commit b423218

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yaml

-24
Original file line numberDiff line numberDiff line change
@@ -64,30 +64,6 @@ jobs:
6464
with:
6565
ignore: node_modules
6666

67-
# Check for dead links in our markdown!
68-
# For the main branch:
69-
- if: github.ref == 'refs/heads/main' && !github.event.pull_request.head.repo.fork
70-
uses: gaurav-nelson/github-action-markdown-link-check@v1
71-
name: Check for dead links (main)
72-
timeout-minutes: 1
73-
with:
74-
use-quiet-mode: yes
75-
use-verbose-mode: yes
76-
folder-path: docs
77-
config-file: .github/workflows/mlc_config.json
78-
# For pull requests:
79-
- if: github.ref != 'refs/heads/main' || github.event.pull_request.head.repo.fork
80-
uses: gaurav-nelson/github-action-markdown-link-check@v1
81-
name: Check for dead links (pull request)
82-
timeout-minutes: 1
83-
with:
84-
use-quiet-mode: yes
85-
use-verbose-mode: yes
86-
check-modified-files-only: yes
87-
base-branch: main
88-
folder-path: docs
89-
config-file: .github/workflows/mlc_config.json
90-
9167
# Lint our dashboard!
9268
- name: Cache node_modules
9369
id: cache-node

0 commit comments

Comments
 (0)