Part nasa/cFS#1079, Adding specialty PR templates and links to the specialty PR templates in the default PR template. #275
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: Static Analysis | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| workflow_dispatch: | |
| jobs: | |
| static-analysis: | |
| name: Static Analysis | |
| uses: nasa/cFS/.github/workflows/static-analysis-reusable.yml@dev | |
| with: | |
| source-dir: 'source/fsw' |