nuttyartist / notes

Fast and beautiful note-taking app written in C++. Write down your thoughts.
https://notes-foss.com
Mozilla Public License 2.0
3.72k stars 326 forks source link

CI: Add simple code linting workflow #514

Closed guihkx closed 1 year ago

guihkx commented 1 year ago

Right now it only does two things:

In the future, we can use this workflow to add more helpful tools, like clang-tidy, to help us keep the code base consistent.

Ah, I obviously had to format all files in src/, otherwise the CI would fail. :)

nuttyartist commented 1 year ago

Nicee 👍