Skip to content

Fix race condition in reboot_check_test's renderer test and add lsusb/lspci timeout (BugFix) #1878

Fix race condition in reboot_check_test's renderer test and add lsusb/lspci timeout (BugFix)

Fix race condition in reboot_check_test's renderer test and add lsusb/lspci timeout (BugFix) #1878

Workflow file for this run

name: Check formatting with Black
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
jobs:
check-with-black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
options: "--check --diff --line-length 79 --extend-exclude '/vendor/'"