Merge pull request #1400 from nasa/integration-candidate #1015
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: | |
jobs: | |
static-analysis: | |
name: Run Static Analysis | |
uses: nasa/cFS/.github/workflows/static-analysis.yml@main | |
with: | |
strict-dir-list: './src/bsp ./src/os' | |
cmake-project-options: -DENABLE_UNIT_TESTS=TRUE -DOSAL_OMIT_DEPRECATED=TRUE -DOSAL_SYSTEM_BSPTYPE=generic-linux |