Skip to content

Fixed bug where the detector was not set as the system sensor. #111

Fixed bug where the detector was not set as the system sensor.

Fixed bug where the detector was not set as the system sensor. #111

Workflow file for this run

name: Black
on:
push:
branches:
- master
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./esis"