Skip to content

Fix broken changelog URLs in Microsoft.Intune.json (Intune Sprint 2607 PE Beta) #30

Fix broken changelog URLs in Microsoft.Intune.json (Intune Sprint 2607 PE Beta)

Fix broken changelog URLs in Microsoft.Intune.json (Intune Sprint 2607 PE Beta) #30

# 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"'