mirror of
https://github.com/shuaibiyy/awesome-tf.git
synced 2026-04-29 19:07:52 -05:00
deps: switch back to use github-action-markdown-link-check@v1
upstream issue, https://github.com/tcort/markdown-link-check/issues/196 Signed-off-by: Rui Chen <rui@chenrui.dev>
This commit is contained in:
4
.github/workflows/markdown-link-check.yml
vendored
4
.github/workflows/markdown-link-check.yml
vendored
@@ -7,7 +7,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
# since `v1` does not track the latest release, use `1.0.14` in here instead
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
|
||||
# upstream issue, https://github.com/tcort/markdown-link-check/issues/196
|
||||
- uses: gaurav-nelson/github-action-markdown-link-check@v1
|
||||
with:
|
||||
config-file: '.github/workflows/markdown.links.config.json'
|
||||
|
||||
Reference in New Issue
Block a user