daft-engineers / vocoder

Open source vocoder designed for the Raspberry Pi.
https://daft-engineers.github.io/vocoder/
Mozilla Public License 2.0
11 stars 0 forks source link

Create unit_tests.yml #38

Closed bear-in-the-air closed 1 year ago

bear-in-the-air commented 1 year ago

Need to check with @MHCooke that I'm using the static analysis script correctly.

MHCooke commented 1 year ago

image

Could we get it so that each one of these has a useful name, and that there are not duplicates for pull requests and pushes?

Also, you don't need to build the output to run the static analysis or code formatting checks, so you should remove those stages from those flows.

I also don't see clang-tidy being run anywhere, aka checks.sh --formatting

MHCooke commented 1 year ago

Done some fiddling with the actions scripts and it looks like you can configure this to have multuple badges with one file. See #48