Home
last modified time | relevance | path

Searched +full:dco +full:- +full:check (Results 1 – 1 of 1) sorted by relevance

/cloud-hypervisor/.github/workflows/
H A Ddco.yaml1 name: DCO
5 check:
6 name: DCO Check ("Signed-Off-By")
7 runs-on: ubuntu-latest
9 - uses: actions/checkout@v4
10 - name: Set up Python 3.x
11 uses: actions/setup-python@v5
13 python-version: '3.x'
14 - name: Check DCO
19 pip3 install -U dco-check
[all …]