Skip to content

Refactor bios error test script with python and add unit tests (New) #4142

Refactor bios error test script with python and add unit tests (New)

Refactor bios error test script with python and add unit tests (New) #4142

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8
with:
persist-credentials: false
- uses: psf/black@05f0a8ce1f71fbb36e1e032d3b518c7b945089a2
with:
options: "--check --diff --line-length 79 --extend-exclude '/vendor/'"