Handle potentially abuse eval lengths #11
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: validate-signoff | |
on: | |
pull_request: | |
types: | |
- opened | |
- edited | |
jobs: | |
validate: | |
runs-on: ubuntu-latest | |
steps: | |
- name: PR Description Check | |
uses: pythonistaguild/pr-description-check@v1.0 | |
with: | |
content: "[x] I have read and agree to the [Developer Certificate of Origin]" |