Skip to content

ci: split link checking into multiple jobs #4

ci: split link checking into multiple jobs

ci: split link checking into multiple jobs #4

name: Check links in diffs
on:
pull_request:
branches: [main]
jobs:
non-blog:
uses: ./.github/workflows/pr-check-links-worker.yml
with:
glob_pattern: "--exclude-path content/blog/ ./content/ README.md"
blog_0-9a-f:
uses: ./.github/workflows/pr-check-links-worker.yml
with:
glob_pattern: "./content/blog/[0-9a-f]*/"
blog_g-z:
uses: ./.github/workflows/pr-check-links-worker.yml
with:
glob_pattern: "./content/blog/[g-z]*/"