Commit 743057f
authored
update build workflow (#129)
we had a check for build but that was triggering when we merged a PR on
main branch and I don't think that's useful. We still had failures even
after that check.
This commits adds the same check to pr-lint workflow and removes the
build workflow that runs when a PR gets merged into main branch.
The reason to run it as part of lint workflow was because we have go
installed as part of this workflow.
We now also run it before we lint the codebase, this makes sure that we
run the build first followed by linting the codebase.
Signed-off-by: kranurag7 <[email protected]>1 parent dbc8f12 commit 743057f
2 files changed
+3
-22
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
0 commit comments