NOAA-GSL / ExascaleWorkflowSandbox

Other
2 stars 2 forks source link

Move linting check to its own CI build job #100

Closed christopherwharrop-noaa closed 3 months ago

christopherwharrop-noaa commented 3 months ago

Fixes #99 . This PR removes the linting check from CI jobs that build containers and puts it into its own job. The linting check is now a prerequisite for all other CI jobs (except the cleanup job). If linting fails, no other resources will be used, saving $, container images will not get corrupted by having only half of the expected digest present (for only one arch) in the image.