Skip to content

3D-MODELING/feature/added materials to maps #80

3D-MODELING/feature/added materials to maps

3D-MODELING/feature/added materials to maps #80

Workflow file for this run

name: Verify unity license 🎮🛂
on: [pull_request]
env:
UNITY_LICENSE: ${{ secrets.UNITY_LICENSE }}
jobs:
checkLicense:
name: Check for the Unity license ☑️
runs-on: ubuntu-latest
steps:
- name: Fail - No license ☠️
if: ${{ !startsWith(env.UNITY_LICENSE, '<') }}
run: exit 1