Skip to content

fix(driver): do init_driver_list() before do list operation #9

fix(driver): do init_driver_list() before do list operation

fix(driver): do init_driver_list() before do list operation #9

Workflow file for this run

name: Lint
on: [ push, pull_request ]
jobs:
reuse:
name: REUSE Compliance
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
with:
python-version: '3.13'
- run: pipx run reuse lint
clang-format:
name: Clang Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: jidicula/clang-format-action@v4.15.0
with:
clang-format-version: "20"
exclude-regex: "(dlfcn-win32)/.*"