Skip to content

FIX: Fixing TMP text wrap API broke compilation on Unity 2022.3 (TMP 3.0.7) #257

FIX: Fixing TMP text wrap API broke compilation on Unity 2022.3 (TMP 3.0.7)

FIX: Fixing TMP text wrap API broke compilation on Unity 2022.3 (TMP 3.0.7) #257

name: Check Editor references in Runtime code
on:
pull_request:
types:
- opened
- synchronize
- reopened
branches: [ "develop" ]
workflow_dispatch:
jobs:
check-runtime-editor-refs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check Runtime code has no Editor namespace references
run: bash check-runtime-editor-refs.sh