Merge pull request #2471 from nasa/integration-candidate #2135
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: | |
workflow_dispatch: | |
schedule: | |
# 11:59 PM UTC every Sunday | |
- cron: '59 23 * * 0' | |
jobs: | |
static-analysis: | |
name: Run cppcheck | |
uses: nasa/cFS/.github/workflows/static-analysis.yml@main | |
with: | |
strict-dir-list: './modules/core_api/fsw ./modules/core_private/fsw ./modules/es/fsw ./modules/evs/fsw ./modules/fs/fsw ./modules/msg/fsw ./modules/resourceid/fsw ./modules/sb/fsw ./modules/sbr/fsw ./modules/tbl/fsw ./modules/time/fsw -UCFE_PLATFORM_TIME_CFG_CLIENT -DCFE_PLATFORM_TIME_CFG_SERVER' |