x-stend / x

`x$` is a highly flexible and extendable utility library for JavaScript and TypeScript, designed to streamline the integration and extension of various utility libraries like lodash, moment, and ramda. With `x$`, developers can easily create custom higher-order functions, ensuring adaptability and maintainability in their codebase.
MIT License
0 stars 0 forks source link

Set Up CI/CD to Run Build on PRs #7

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Description:

Configure the CI/CD pipeline to automatically run the build process whenever a pull request is made to the main branch or an update is made to a branch with an open PR to main.

Acceptance Criteria:

  1. CI/CD pipeline is set up with GitHub Actions or a similar tool.
  2. Build process is triggered automatically for PRs to the main branch.
  3. Documentation includes details of the CI/CD process.