Fix #187, Zero-out global data during init + set RunStatus
to APP_ERROR
if init fails
#160
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: Format Check | |
# Run on main push and pull requests | |
on: | |
push: | |
pull_request: | |
jobs: | |
format-check: | |
name: Run format check | |
uses: nasa/cFS/.github/workflows/format-check.yml@main |