Skip to content

Conversation

@kranurag7
Copy link
Contributor

update build workflow

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.

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 <anurag.kumar@syself.com>
@kranurag7 kranurag7 requested review from janiskemper and jschoone May 24, 2024 11:09
Copy link
Member

@janiskemper janiskemper left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's see whether it solves its purpose ;)

@janiskemper janiskemper marked this pull request as ready for review May 24, 2024 19:21
@janiskemper
Copy link
Member

works haha

@kranurag7
Copy link
Contributor Author

I think it works, I'll proceed with merging this and solve linting issue in a separate patch.

@kranurag7 kranurag7 merged commit 743057f into main May 25, 2024
@kranurag7 kranurag7 deleted the kr/update-build-actions branch May 25, 2024 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants