Skip to content

Drop unsupported Python versions from CI; add new stable versions. #20

Drop unsupported Python versions from CI; add new stable versions.

Drop unsupported Python versions from CI; add new stable versions. #20

Workflow file for this run

name: pydevicetree-require-dco
on: pull_request
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Fetch history
run:
git fetch --prune --unshallow
- name: Check DCO
run:
./scripts/check-dco.sh origin/${{ github.base_ref }} origin/${{ github.head_ref }}