r-Techsupport / hyde

A web editor and CMS for Jekyll/git static sites.
GNU General Public License v3.0
4 stars 2 forks source link

Configure CI to build and run tests for both the frontend and backend #9

Closed zleyyij closed 3 weeks ago

zleyyij commented 1 month ago

CI should ideally run:

cargo clippy -- -W clippy::pedantic

at some point, as well as testing.

There's no tests for the frontend yet but /shrug