ci: extend lint/format checks to develop and gate deploy #135
Reference in New Issue
Block a user
Delete Branch "feature/fix-lint-and-deploy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
lint.ymlnow also runs on pushes and PRs targetingdevelop(previously limited tomain)deploy.ymlincludes acheck-codejob (fmt + lint) that the Docker build job depends on vianeedsWhy
Until now, code with lint errors or formatting issues could be merged into
developand trigger a build with novalidation. This PR ensures every push to
developgoes through the same checks as PRs targetingmain.