atsign-foundation / noports

Connect to any device with no external listening ports open
https://noports.com
BSD 3-Clause "New" or "Revised" License
263 stars 15 forks source link

ci: Add cppcheck for static analysis of C packages #1127

Closed cpswan closed 3 weeks ago

cpswan commented 3 weeks ago

Ensuring that we have static analysis for all packages

- What I did

Added a cppcheck workflow that will run on PRs and pushes to the C packages

- How I did it

Copied from at_c and modified to match this repo's layout

- How to verify it

Will run when we make changes to c sshnpd

- Description for the changelog

ci: Add cppcheck for static analysis of C packages