Skip to content

Extending iommufd support with vIOMMU, vDEVICE, vEVENTQ and HW_QUEUE #13

Extending iommufd support with vIOMMU, vDEVICE, vEVENTQ and HW_QUEUE

Extending iommufd support with vIOMMU, vDEVICE, vEVENTQ and HW_QUEUE #13

Workflow file for this run

name: DCO
on: [pull_request]
jobs:
check:
name: DCO Check ("Signed-Off-By")
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up Python 3.x
uses: actions/setup-python@v6
with:
python-version: '3.x'
- name: Check DCO
if: ${{ github.event_name == 'pull_request' }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check