Skip to content

Bump gitpython from 3.1.30 to 3.1.32 in /scripts/ci #147

Bump gitpython from 3.1.30 to 3.1.32 in /scripts/ci

Bump gitpython from 3.1.30 to 3.1.32 in /scripts/ci #147

Workflow file for this run

name: Docs Validation (MRTK2)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
validation:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Validate docs
run: |
./scripts/ci/validatedocs.ps1 -Directory: '${{ github.workspace }}/Documentation'
- name: Validate experimental docs
run: |
./scripts/ci/validatedocs.ps1 -Directory: '${{ github.workspace }}/Assets'