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.
77
88The underlying checker is from Tom Cort,
99[ 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 ) .
1111
1212Note this checker checks markdown files directly, thus it will not check any links
1313in ` 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 1818 - name : Jekyll Build
1919 run : bundler exec jekyll build
2020 - name : Check Links
21- uses : gaurav-nelson /github-action-markdown-link-check@v1
21+ uses : tcort /github-action-markdown-link-check@v1
2222 with :
2323 config-file : ' .github/config/mdcheck.json'
2424 check-modified-files-only : ' yes'
Original file line number Diff line number Diff line change 1212 types_or : ["markdown"]
1313 exclude : ' (organization/_posts/2016/.*)|(organization/_posts/2017/.*)|(organization/_posts/2018/.*)|(organization/_posts/2019/.*)|(organization/_posts/2020/.*)|(organization/_posts/2021/.*)|(organization/_posts/2022/.*)'
1414- repo : https://github.com/pre-commit/pre-commit-hooks
15- rev : v5 .0.0
15+ rev : v6 .0.0
1616 hooks :
1717 - id : check-json
1818 - id : check-yaml
You can’t perform that action at this time.
0 commit comments