FIX: Mark InputSystemForUI.Editor assembly as Editor-only to fix Assembly Definition Validation failure #275
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |