Skip to content

fix the marker color on the sensor page #52

fix the marker color on the sensor page

fix the marker color on the sensor page #52

Workflow file for this run

# 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 }}