FrameOS / frameos

Operating system for single function smart frames
https://frameos.net/
Apache License 2.0
321 stars 8 forks source link

Build frontend in PR CI #74

Closed mariusandra closed 3 months ago

mariusandra commented 3 months ago

The PR CI scripts didn't test if the frontend builds, hence causing the merged PR's docker build step to fail.

This adds frontend build to the list of checks CI does on a PR, and fixes what caused the regression.