Skip to content

chore(deps-dev): Bump pyright from 1.1.409 to 1.1.410 #282

chore(deps-dev): Bump pyright from 1.1.409 to 1.1.410

chore(deps-dev): Bump pyright from 1.1.409 to 1.1.410 #282

Workflow file for this run

name: DCO
on:
pull_request:
push:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Install uv
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
- 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'