Skip to content

Commit

Permalink
Merge pull request #334 from skliper/fix333-static_analysis
Browse files Browse the repository at this point in the history
Fix #333, Relative strict-dir-list for static analysis workflow

- HOTFIX #334, remove `/` prefix to fsw from strict-dir-list input
  • Loading branch information
astrogeco committed Apr 18, 2022
2 parents 8f229c8 + 88a9ff4 commit 55a575e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
name: Run cppcheck
uses: nasa/cFS/.github/workflows/static-analysis.yml@main
with:
strict-dir-list: '/fsw'
strict-dir-list: 'fsw'

0 comments on commit 55a575e

Please sign in to comment.