You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would be a bit more hesitant against lint and build jobs depending on each other, they are really different things. Also, I think it can actually lead to more CI runs. If both linting and testing/building fails separately then we can fix them in one commit (or better: two commits and one push). If you have to wait for one to get fixed before finding out the other also fails you have to do two pushes, and get two CI runs.
Checklist before submitting an issue
Issue details
I have now used the template a couple of times and I have ended up adding manually:
lint
andbuild
jobs in the build.yml fileBoth are good practices to reduce wasted runner time. Would it be worth to have those directly in the template ?
The text was updated successfully, but these errors were encountered: