Skip to content

[Python] Document-extensions pages batch - revisions [Replace C# samples] #2624

[Python] Document-extensions pages batch - revisions [Replace C# samples]

[Python] Document-extensions pages batch - revisions [Replace C# samples] #2624

Workflow file for this run

name: verify/docs-parsing
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 2.1.809
- name: Parse documentation
run: powershell ./scripts/verifyDocs.ps1