Skip to content

Update mail-api-overview.md with a clarification on Outlook client behavior #191

Update mail-api-overview.md with a clarification on Outlook client behavior

Update mail-api-overview.md with a clarification on Outlook client behavior #191

name: Validate temp-docstubs folder
on: [pull_request, push]
permissions:
contents: read
jobs:
verify-temp-docstubs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate temp-docstubs folder
run: |
./scripts/validate-temp-docstubs.ps1
shell: pwsh