1 2 3 4 5 6 7 8 9 10 11 12 13
# SPDX-FileCopyrightText: 2023 Wiktor Kwapisiewicz <wiktor@metacode.biz> # SPDX-License-Identifier: CC0-1.0 name: DCO on: [pull_request] jobs: check-dco: name: Check commits for sign-offs runs-on: ubuntu-latest steps: - uses: KineticCafe/actions-dco@v1