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

Setup GitHub Action to build on PR #19

Merged
merged 1 commit into from
May 9, 2024

Conversation

santoshyadavdev
Copy link
Member

@santoshyadavdev santoshyadavdev commented May 9, 2024

Adds a new GitHub Action to automate the build process for the project upon new pull requests.

  • Workflow Configuration: Triggers the GitHub Action on any pull request to any branch.
  • Build Job: Sets up a job that runs on the latest Ubuntu environment.
  • Checkout Step: Includes a step to checkout the code using actions/checkout@v4.
  • Node.js Setup: Adds a step to set up the Node.js environment, specifying Node.js version 20.
  • Dependencies Installation: Incorporates a step to install project dependencies using npm install.
  • Build Script Execution: Adds a final step to run the build script with npm run build.

For more details, open the Copilot Workspace session.

Copy link

netlify bot commented May 9, 2024

Deploy Preview for til-conf ready!

Name Link
🔨 Latest commit 1607bd1
🔍 Latest deploy log https://app.netlify.com/sites/til-conf/deploys/663cfdf1768a7f00084d3d37
😎 Deploy Preview https://deploy-preview-19--til-conf.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@santoshyadavdev santoshyadavdev merged commit bc4247a into main May 9, 2024
5 checks passed
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.

1 participant