mirror of
https://github.com/shuaibiyy/awesome-tf.git
synced 2026-04-29 19:07:52 -05:00
14 lines
356 B
YAML
14 lines
356 B
YAML
name: markdown-link-check
|
|
|
|
on: push
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-24.04
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
# upstream issue, https://github.com/tcort/markdown-link-check/issues/196
|
|
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
|
|
with:
|
|
config-file: '.github/workflows/markdown.links.config.json'
|