mirror of
https://github.com/nicholaswilde/recipes.git
synced 2026-02-04 17:55:38 +00:00
Update link-check.yaml
This commit is contained in:
6
.github/workflows/link-check.yaml
vendored
6
.github/workflows/link-check.yaml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user