Skip to content

Repo sync for protected branch #21

Repo sync for protected branch

Repo sync for protected branch #21

# This file runs on non-reference to do nothing
# It is required so that the "required status check" actually happens in the PR,
# even though no files are checked.
name: API Doctor validation
on:
pull_request:
branches:
- main
- live
paths-ignore:
- api-reference/**
jobs:
validate-docs:
name: API Doctor Validation
runs-on: ubuntu-latest
steps:
- run: 'echo "No validation required for non-reference files"'