Skip to content

Bump gitpython from 3.1.37 to 3.1.41 in /scripts/ci #156

Bump gitpython from 3.1.37 to 3.1.41 in /scripts/ci

Bump gitpython from 3.1.37 to 3.1.41 in /scripts/ci #156

Workflow file for this run

name: Docs Validation (MRTK2)
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
permissions:
contents: read
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'