Skip to content

chore(deps): Bump actions/checkout from 4.1.1 to 5.0.1 #30

chore(deps): Bump actions/checkout from 4.1.1 to 5.0.1

chore(deps): Bump actions/checkout from 4.1.1 to 5.0.1 #30

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd
- name: Install uv
uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7.1.2
- 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'