diff --git a/.github/workflows/signoff.yaml b/.github/workflows/signoff.yaml new file mode 100644 index 0000000..8725b05 --- /dev/null +++ b/.github/workflows/signoff.yaml @@ -0,0 +1,11 @@ +name: validate-signoff +on: pull_request + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: validate signoff + uses: ./ + with: + content: "[x] I have read and agree to the [Developer Certificate of Origin]"