Skip to content

DCO

DCO #79

Workflow file for this run

# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
name: DCO
on:
pull_request:
branches: [main]
jobs:
dco:
name: DCO Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check DCO sign-off
uses: gsactions/dco-check@v1.1.1