refactor(rust/signed-doc): Move validate_id_and_ver as separate rules IdRule and VerRule
#211
Workflow file for this run
This file contains hidden or 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 Project Fields | |
| on: | |
| pull_request: | |
| types: | |
| - opened | |
| - edited | |
| - synchronize | |
| - reopened | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| id-token: write | |
| repository-projects: write | |
| jobs: | |
| validate-project-fields: | |
| uses: input-output-hk/catalyst-ci/.github/workflows/validate-project-fields.yml@master | |
| secrets: inherit |