Fix nasa#229, Check return values for CFE_SB_Subscribe in TO_LAB_init() #249
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' |