Skip to content

feat: use ibv_get_device_list to get rdma devices instead of getting … #16

feat: use ibv_get_device_list to get rdma devices instead of getting …

feat: use ibv_get_device_list to get rdma devices instead of getting … #16

Workflow file for this run

name: pre-commit
on:
push:
branches: [main]
pull_request:
types: [opened, synchronize, reopened]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Run pre-commit hooks
uses: pre-commit/[email protected]
with:
extra_args: --all-files