FEAT: implement git_friendly
flag for YAMLSummary
callback
#2271
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: PR linting | |
on: | |
pull_request: | |
types: | |
- edited | |
- labeled | |
- opened | |
- reopened | |
- synchronize | |
- unlabeled | |
jobs: | |
lint-pr: | |
uses: ComPWA/actions/.github/workflows/pr-linting.yml@v2 |