Update link-check.yaml

This commit is contained in:
nιcнolaѕ wιlde
2024-08-22 12:27:39 -07:00
committed by GitHub
parent bfd85a0886
commit 51084f3ffd

View File

@ -12,7 +12,11 @@ on: # yamllint disable-line rule:truthy
- 'docs/**/*.md'
- 'cook/**/*.cook'
jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
markdown-link-check:
name: Markdown link check
runs-on: ubuntu-20.04