acquire-project / acquire-common

Core libraries, runtime, and common devices driver for Acquire
Apache License 2.0
0 stars 8 forks source link

add precommit to github actions #14

Open nclack opened 1 year ago

nclack commented 1 year ago

In acquire-project/cpx#76, I added some pre-commit checks that basically outline the linters we should run regularly. cppcheck was especially useful. Also, the PR checks are the right place to do apply these kinds of controls - pre-commit is just a helpful tool.

Candidate checks are: