Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Generate bootkit artifacts for snakeoil as well #160

Generate bootkit artifacts for snakeoil as well

Generate bootkit artifacts for snakeoil as well #160

Workflow file for this run

# .github/workflows/dco.yml
name: DCO
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.x
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check