Skip to content

Pin GitHub Actions to full-length commit SHAs #162

Pin GitHub Actions to full-length commit SHAs

Pin GitHub Actions to full-length commit SHAs #162

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@a37ce9120846195fa4ece8f58b268e6043cb2f26 # v3.7.0
- 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'