Static analysis workflow matrix and strict directory handling not working as intended #453
Closed
3 tasks done
Labels
Milestone
Checklist (Please check before submitting)
Is your feature request related to a problem? Please describe.
The leading
.
isn't consistently applied (better to remove) and the non-strict/strict matrix doesn't really work right.cFS/.github/workflows/static-analysis.yml
Line 54 in 963b3ab
Example:
strict-dir-list: './src/bsp ./src/os'
as used in OSAL becomes../src/bsp ./src/os
which then misses the leading dirThe matrix runs all the steps in two workflows where only the upload is conditional. It still does both checks... really the checks are very fast so no need to split (already in separate steps so easy to see what fails).
Describe the solution you'd like
Remove matrix, remove leading
.
on strict directory listDescribe alternatives you've considered
None
Additional context
Will impact psp strict check nasa/PSP#333.
Requester Info
Jacob Hageman - NASA/GSFC
The text was updated successfully, but these errors were encountered: