fix: MVR cascade exclusion crashes with AttributeError when last referenced SVC is excluded #25
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: Check Semantic PR | |
| on: | |
| pull_request: | |
| types: [opened, edited, synchronize, reopened] | |
| pull_request_target: | |
| types: [opened, edited, synchronize, reopened] | |
| jobs: | |
| check: | |
| uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main |