Skip to content

STK: Snapshot 10-07-24 12:22 from Sierra 5.21.5-699-g38edc8e6 #34

STK: Snapshot 10-07-24 12:22 from Sierra 5.21.5-699-g38edc8e6

STK: Snapshot 10-07-24 12:22 from Sierra 5.21.5-699-g38edc8e6 #34

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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
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 }}