This repository was archived by the owner on Nov 5, 2022. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork1
GitHub action to validate the editor installation and project
License
NotificationsYou must be signed in to change notification settings
XRTK/unity-validate
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This action has been replaced byhttps://github.com/XRTK/unity-setup
An atomic GitHub action to validate the Unity Editor Installation on the runner and get the project information.
Part of theMixed Reality Toolkit (XRTK) open source project.
This action does not have any dependency on the use of XRTK in your Unity project.
jobs:validate:strategy:fail-fast:falsematrix:runner:[ubuntu-latest, windows-latest, macos-latest]runs-on:${{ matrix.runner }}outputs:editor-path:${{ steps.unity-validate.outputs.editor-path }}project-path:${{ steps.unity-validate.outputs.project-path }}steps: -uses:actions/checkout@v3 -id:unity-validateuses:xrtk/unity-validate@mainwith:modules:'android ios'run:echo ${{ steps.unity-validate.outputs.editor-path }}run:echo ${{ steps.unity-validate.outputs.project-path }}
About
GitHub action to validate the editor installation and project