spacemeshos / gpu-post

Spacemesh proof of space time gpu optimized setup
GNU General Public License v3.0
29 stars 9 forks source link

Add a linter to build pipeline #67

Open fasmat opened 1 year ago

fasmat commented 1 year ago

This project is missing a linter that checks the code for issues. A commonly used linter is clang-tidy.

It should check the code during every build and prevent tests from running if it does.