Skip to content

fix : added merge group support + action.yml for github action #207

fix : added merge group support + action.yml for github action

fix : added merge group support + action.yml for github action #207

Workflow file for this run

name: DCO
on:
pull_request:
push:
branches:
- master
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
python3 dco_check/dco_check.py --verbose