Fix nasa#139, Checked return value for CFE_TBL_Load() in FM_TableInit() #7
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: Add Issue or PR to Project | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened, ready_for_review, converted_to_draft] | |
| jobs: | |
| add-to-project: | |
| name: Add issue or pull request to project | |
| uses: nasa/cFS/.github/workflows/add-to-project-reusable.yml@dev | |
| secrets: inherit |