Skip to content

TriBITS: Transition to find_package(Python3) (TriBITSPub/TriBITS#610) #62

TriBITS: Transition to find_package(Python3) (TriBITSPub/TriBITS#610)

TriBITS: Transition to find_package(Python3) (TriBITSPub/TriBITS#610) #62

Workflow file for this run

name: Per-Commit Checks
on:
pull_request:
permissions:
contents: read
jobs:
DCO-signoff:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Search for signoff statements in commit messages
run: |
$GITHUB_WORKSPACE/commonTools/test/utilities/check-commit-signoffs.sh \
origin/${{ github.event.pull_request.base.ref }} \
${{ github.event.pull_request.head.sha }}