PlanktoScope / forklift

Composable, reprovisionable, decentralized management of apps & configs on Raspberry Pis and other embedded Linux systems
Apache License 2.0
7 stars 0 forks source link

Check for validity of file export source paths in `check` subcmds #189

Closed ethanjli closed 4 months ago

ethanjli commented 4 months ago

This PR adds checks to the [dev] plt check subcommands to ensure that the source paths of all file export resources actually exist; if they don't exist, running [dev] plt stage will fail - so we want to catch invalid paths in [dev] plt check so that they can be caught in CI workflows which run [dev] plt check.