Rewrite to use pdm and updated ruff #13
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/[email protected] | |
with: | |
content: "[x] I have read and agree to the [Developer Certificate of Origin]" |