fonzdm / servarr

Servarr - Stack Deployment with Helm
GNU Affero General Public License v3.0
6 stars 1 forks source link

Split lint and build actions in two different pipelines #46

Closed imgios closed 6 months ago

imgios commented 6 months ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Refactoring

What is the current behavior? (You can also link to an open issue here)

Both Chart lint and build are happening in the same pipeline.

What is the new behavior (if this is a feature change)?

Chart lint and build happens in two different pipelines, in this way the pipeline structure should be be cleaner since there aren't dependency between the two actions.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?)

Nope

Other information:

None

fonzdm commented 6 months ago

Nice one, @imgios