Skip to content

Commit a7cc921

Browse files
committed
test - sanity for config
1 parent 3ae0759 commit a7cc921

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.github/workflows/run_link_checker_cron_job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ jobs:
1515
- uses: tcort/github-action-markdown-link-check@v1
1616
with:
1717
config-file: 'mlc_config.json'
18-
use-quiet-mode: 'yes'
18+
use-quiet-mode: 'no'
1919
use-verbose-mode: 'yes'

.github/workflows/run_link_checker_for_md_edits.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,5 @@ jobs:
1111
- uses: tcort/github-action-markdown-link-check@v1
1212
with:
1313
base-branch: 'main'
14-
config-file: 'mlc_config.json'
15-
use-quiet-mode: 'no'
16-
use-verbose-mode: 'yes'
17-
check-modified-files-only: 'no'
14+
# config-file: 'mlc_config.json'
15+
use-verbose-mode: 'yes'

mlc_config.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
{
22
"projectBaseUrl":"/scubagoggles",
3+
"ignorePatterns": [
4+
{
5+
"pattern": "^https://admin.google.com"
6+
},
7+
{
8+
"pattern":"^https://github.com/cisagov/ScubaGoggles/blob/main*"
9+
},
10+
{
11+
"pattern":"^mailto:user@company.com"
12+
},
13+
{
14+
"pattern":"^#"
15+
}
16+
],
317
"replacementPatterns": [
418
{
519
"pattern": "^/",

0 commit comments

Comments
 (0)