Skip to content

CHANGE: Add CI job to check Editor references in Runtime code #7

CHANGE: Add CI job to check Editor references in Runtime code

CHANGE: Add CI job to check Editor references in Runtime code #7

name: Check Editor references in Runtime code
on:
pull_request:
types:
- edited
- opened
- synchronize
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