Fix #105, Update CS_EnableEntryIDEepromCmd
event to use correct 'State` variable
#153
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: Static Analysis | |
# Run on all push and pull requests | |
on: | |
push: | |
pull_request: | |
jobs: | |
static-analysis: | |
name: Run cppcheck | |
uses: nasa/cFS/.github/workflows/static-analysis.yml@main | |
with: | |
strict-dir-list: './fsw' |