File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ action file.
7
7
8
8
The underlying checker is from Tom Cort,
9
9
[ markdown-link-check] ( https://github.com/tcort/markdown-link-check ) . This
10
- is wrapped by Gaurav Nelson's [ github-action-markdown-link-check] ( https://github.com/gaurav-nelson /github-action-markdown-link-check ) .
10
+ is wrapped in [ github-action-markdown-link-check] ( https://github.com/tcort /github-action-markdown-link-check ) .
11
11
12
12
Note this checker checks markdown files directly, thus it will not check any links
13
13
in ` html ` files on the site. To deal with the fact that Jekyll builds the site
Original file line number Diff line number Diff line change 18
18
- name : Jekyll Build
19
19
run : bundler exec jekyll build
20
20
- name : Check Links
21
- uses : gaurav-nelson /github-action-markdown-link-check@v1
21
+ uses : tcort /github-action-markdown-link-check@v1
22
22
with :
23
23
config-file : ' .github/config/mdcheck.json'
24
24
check-modified-files-only : ' yes'
Original file line number Diff line number Diff line change 12
12
types_or : ["markdown"]
13
13
exclude : ' (organization/_posts/2016/.*)|(organization/_posts/2017/.*)|(organization/_posts/2018/.*)|(organization/_posts/2019/.*)|(organization/_posts/2020/.*)|(organization/_posts/2021/.*)|(organization/_posts/2022/.*)'
14
14
- repo : https://github.com/pre-commit/pre-commit-hooks
15
- rev : v5 .0.0
15
+ rev : v6 .0.0
16
16
hooks :
17
17
- id : check-json
18
18
- id : check-yaml
You can’t perform that action at this time.
0 commit comments