fix the marker color on the sensor page #52
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
# Development Checks - Test and Security Analysis | |
name: "Dev Workflow" | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "development" ] | |
pull_request: | |
branches: [ "development" ] | |
jobs: | |
analyze: | |
name: codeql | |
uses: ./.github/workflows/codeql.yml | |
tests: | |
name: tests | |
uses: ./.github/workflows/test.yml | |
secrets: | |
TOKEN: ${{ secrets.TOKEN }} |