Switch - click custom switch icon fix #1465
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: | |
node: '[ | |
{"version": "18", "tests": true, "lint": true}, | |
]' |