Add Websocket Demo Dashboard and configure WebSocket API datasource #11
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: Template workflow | |
| on: | |
| # Comment this out if you only want Github Actions | |
| # to run on pull requests. | |
| push: | |
| pull_request: | |
| jobs: | |
| build: | |
| runs-on: ubtuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - name: Run template workflow | |
| run: echo This is a template, please update this. |