Skip to content

ci: use reusable workflows #6

ci: use reusable workflows

ci: use reusable workflows #6

name: Validate xref
on:
pull_request:
paths:
- 'modules/**'
- 'antora.yml'
- '.github/workflows/pr-validate-references.yml'
jobs:
validate_xref:
# Didn't merge, we need to restore @master for this action
uses: bonitasoft/bonita-documentation-site/.github/workflows/_reusable_pr-validate-references.yml@ci/checkout_repo_for_reusable
secrets: inherit
with:
component-name: bonita
fail-on-warning: true
doc-site-branch: ci/checkout_repo_for_reusable