File tree 1 file changed +0
-24
lines changed
1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 64
64
with :
65
65
ignore : node_modules
66
66
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
-
91
67
# Lint our dashboard!
92
68
- name : Cache node_modules
93
69
id : cache-node
You can’t perform that action at this time.
0 commit comments