Skip to content

Clean up deprecated functions #155

Clean up deprecated functions

Clean up deprecated functions #155

Workflow file for this run

name: DCO check
on:
pull_request:
jobs:
dco-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip3 install -U dco-check
dco-check