Skip to content

Add LXD VM GPU passthrough test (New) (#1690) #2013

Add LXD VM GPU passthrough test (New) (#1690)

Add LXD VM GPU passthrough test (New) (#1690) #2013

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