UI Template - Fix external script injection & update ui-template docs with more examples #203
Workflow file for this run
This file contains 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: Run Build & Unit Tests | |
on: | |
pull_request: | |
jobs: | |
build: | |
uses: 'flowfuse/github-actions-workflows/.github/workflows/[email protected]' | |
with: | |
run_tests: true |