Skip to content

Merge pull request #71 from id8-engineering/dependabot/github_actions… #98

Merge pull request #71 from id8-engineering/dependabot/github_actions…

Merge pull request #71 from id8-engineering/dependabot/github_actions… #98

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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
- name: Install uv
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244 # v7.1.4
- 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'