radicalplatforms / shafa

A wardrobe logging, composition, and organization app
https://shafa.app
Mozilla Public License 2.0
1 stars 0 forks source link

Combine Github Action Workflows #50

Closed rak3rman closed 7 months ago

rak3rman commented 7 months ago

3 different Github Actions workflows are configured that all have the same environment setup.

Combine them into one workflow with 3 distinct jobs instead. Or combine hono_jest and hono_format into one workflow and update hono_cf_deploy_stage to be triggered when the previous 2 (jest, format) are completed. Only run hono_cf_deploy_stage if both hono_jest and hono_format pass.