Skip to content

Add Precompile Statements to Prevent Warnings in Unity 2023 #148

Add Precompile Statements to Prevent Warnings in Unity 2023

Add Precompile Statements to Prevent Warnings in Unity 2023 #148

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'