Skip to content

Finalize 4.0

Finalize 4.0 #83

Workflow file for this run

# SPDX-FileCopyrightText: © 2024 Tim Weber
#
# SPDX-License-Identifier: AGPL-3.0-or-later
name: DCO Compliance Check
permissions:
contents: read
on:
pull_request:
push:
branches:
- main
jobs:
check_dco:
runs-on: ubuntu-latest
name: Check DCO Signoff
steps:
- name: Run dco-check
uses: christophebedard/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}