Merge pull request #1549 from nasa/fix-1548-smp-api #1300
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: Static Analysis | |
| on: | |
| push: | |
| branches: | |
| - dev | |
| - main | |
| pull_request: | |
| types: | |
| - opened | |
| - reopened | |
| - synchronize | |
| workflow_dispatch: | |
| jobs: | |
| static-analysis: | |
| name: Run Static Analysis | |
| uses: nasa/cFS/.github/workflows/static-analysis-reusable.yml@dev | |
| with: | |
| strict-dir-list: 'source/src/bsp source/src/os' | |
| cmake-project-options: -DENABLE_UNIT_TESTS=TRUE -DOSAL_OMIT_DEPRECATED=TRUE -DOSAL_SYSTEM_BSPTYPE=generic-linux |