nasa / sample_app

The Core Flight System (cFS) Sample App (sample_app)
Apache License 2.0
49 stars 43 forks source link

Workflows overly restrictive run, missing duplicate check, format job name incorrect, remove --quiet from cppcheck #160

Closed skliper closed 3 years ago

skliper commented 3 years ago

Is your feature request related to a problem? Please describe. Branch restriction unnecessary: https://github.com/nasa/sample_app/blob/d009197df721af1f430d173584fa64a507a94a13/.github/workflows/codeql-build.yml#L3-L7

Branch restriction unnecessary, missing duplicate check, incorrect job name: https://github.com/nasa/sample_app/blob/d009197df721af1f430d173584fa64a507a94a13/.github/workflows/format-check.yml#L4-L12

Branch restriction unnecessary, missing duplicate check: https://github.com/nasa/sample_app/blob/d009197df721af1f430d173584fa64a507a94a13/.github/workflows/static-analysis.yml#L4-L12

Remove --quiet flag to report files processed: https://github.com/nasa/sample_app/blob/d009197df721af1f430d173584fa64a507a94a13/.github/workflows/static-analysis.yml#L26

Describe the solution you'd like Fix

Describe alternatives you've considered None

Additional context None

Requester Info Jacob Hageman - NASA/GSFC

skliper commented 3 years ago

OBE - #161