Skip to content

ci: split link checking into multiple jobs #1

ci: split link checking into multiple jobs

ci: split link checking into multiple jobs #1

name: Check links in diffs
on:
pull_request:
branches: [main]
jobs:
non-blog:
uses: ./.github/workflows/pr-check-links-reusable.yml

Check failure on line 9 in .github/workflows/pr-check-links-caller.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/pr-check-links-caller.yml

Invalid workflow file

error parsing called workflow ".github/workflows/pr-check-links-caller.yml" -> "./.github/workflows/pr-check-links-reusable.yml" : failed to fetch workflow: workflow was not found.
with:
glob_pattern: "--exclude-path content/blog/ ./content/"
blog_0-9a-f:
uses: ./.github/workflows/pr-check-links-reusable.yml
with:
glob_pattern: "./content/blog/[0-9a-f]*/"
blog_g-z:
uses: ./.github/workflows/pr-check-links-reusable.yml
with:
glob_pattern: "./content/blog/[g-z]*/"