Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create pr-build-check.yml #135

Merged
merged 1 commit into from
Sep 25, 2024
Merged

Create pr-build-check.yml #135

merged 1 commit into from
Sep 25, 2024

Conversation

TanPingZhi
Copy link

@TanPingZhi TanPingZhi commented Sep 25, 2024

This pull request introduces a new GitHub Actions workflow to automate the build process for pull requests. The workflow is defined in the .github/workflows/pr-build-check.yml file and includes steps to set up the environment, install dependencies, and build the project.

New GitHub Actions Workflow:

  • .github/workflows/pr-build-check.yml: Added a new workflow named "PR Build Check" that runs on ubuntu-latest. It includes steps to check out the repository, use Node.js version 18, install dependencies using yarn, and build the project.

Copy link

@SelwynAng SelwynAng left a comment

Choose a reason for hiding this comment

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

you told me to merge it in

@SelwynAng SelwynAng merged commit cf0fed4 into main Sep 25, 2024
1 check failed
@SelwynAng SelwynAng deleted the TanPingZhi-patch-1 branch September 25, 2024 12:33
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.

2 participants