Skip to content

expose the pcieroot device attribute by scanning the pci buses #623

expose the pcieroot device attribute by scanning the pci buses

expose the pcieroot device attribute by scanning the pci buses #623

Workflow file for this run

name: pre-commit
on:
push:
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- name: Set up Python
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
- name: Install pre-commit
run: |
python -m pip install --upgrade pip
pip install pre-commit
- name: Run pre-commit
env:
SKIP_PRECOMMIT_UNIT_TESTS: "true"
run: pre-commit run --all-files