asyncapi/website

[FEATURE] Want to add up the build pipeline that runs on every PR

Closed this issue · 2 comments

Why do we need this improvement?

As while merging up a PR it will give us an overview that after merging up the PR is the project building up correctly it will run on every new PR that is been raised up by somewone.

How will this change help?

As the maintainer before merging up the PR will have a look that is that project building up correctly or some edge case are falling apart

Screenshots

No response

How could it be implemented/designed?

By Initisilising up an Check_build.yml file inside which I will describe up the logic for that build.

🚧 Breaking changes

Yes

👀 Have you checked for similar open issues?

  • I checked and didn't find a similar issue

🏢 Have you read the Contributing Guidelines?

Are you willing to work on this issue?

Yes I am willing to submit a PR!

Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

Hey @abhay-raj19, we already have netlify build preview action that runs on each PR and we are able to detect build errors through that workflow.