Skip to content

chore(ci): build and publish source distribution (#101) #149

chore(ci): build and publish source distribution (#101)

chore(ci): build and publish source distribution (#101) #149

Workflow file for this run

name: DCO
on:
pull_request:
push:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
- name: Install uv
uses: astral-sh/setup-uv@ed21f2f24f8dd64503750218de024bcf64c7250a # v7.1.5
- name: Install dco-check using uv
run: |
uv tool install dco-check --upgrade
- name: Check DCO
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
dco-check --verbose --exclude-pattern 'dependabot\[bot\]@users\.noreply\.github\.com'