Skip to content

Commit

Permalink
HotFix #334, Re-add ./ to static-analysis workflow
Browse files Browse the repository at this point in the history
Dot-slash was removed erroneously. Including the `./` prefix increases awareness that the target directory is relative.
  • Loading branch information
astrogeco committed Apr 19, 2022
1 parent 55208b8 commit 62bf885
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 62bf885

Please sign in to comment.