Skip to content

Fixed an issue with usage of richtext in shadowRoot #767

Fixed an issue with usage of richtext in shadowRoot

Fixed an issue with usage of richtext in shadowRoot #767

Workflow file for this run

# ------------------------------------------------------------------------------
# <auto-generated>
#
# This code was generated.
#
# - To turn off auto-generation set:
#
# [GitHubActions (AutoGenerate = false)]
#
# - To trigger manual generation invoke:
#
# nuke --generate-configuration GitHubActions_PR_Validation --host GitHubActions
#
# </auto-generated>
# ------------------------------------------------------------------------------
name: PR_Validation
on:
pull_request:
branches:
- main
- master
- develop
- development
jobs:
ubuntu-latest:
name: ubuntu-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Run: Compile'
run: ./build.cmd Compile
env:
GithubToken: ${{ secrets.GITHUB_TOKEN }}