Skip to content

Use type instead of name in thermal sensor tests (Bugfix) #4583

Use type instead of name in thermal sensor tests (Bugfix)

Use type instead of name in thermal sensor tests (Bugfix) #4583

Workflow file for this run

name: Check formatting with Black
permissions:
contents: read
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check-with-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
with:
persist-credentials: false
- uses: psf/black@782e5605c86aab56be6f905da10dcd3e463fd9c2
with:
options: "--check --diff --line-length 79 --extend-exclude '/vendor/'"