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

#7 Setup CI/CD to run for PRs to main #23

Closed cstroliadavis closed 5 months ago

cstroliadavis commented 5 months ago

Issue No:

closes GH-7

Issue Type:

Description

Basically a stub CI/CD script that should log a test message and return a success status

How Has This Been Tested?

In all honesty, I have not tested this. If there is a way of doing so, outside of Github, I don't yet know what it is. For now, this project is small and no one relies on it, so I am accepting the potential of failure from the check-in as it will not affect others. If we get to a point where more would be affected, I would likely attempt to use this on PRs to a different branch to test it out, first.

Checklist:

cstroliadavis commented 5 months ago

Oh, good news, this pipeline ran on this merge, so I was able to test and verify it before actually merging it. Yay.