zesty-io / node-sdk

Zesty.io software development kit for the node.js runtime
https://zesty.io
GNU General Public License v3.0
2 stars 2 forks source link

feat: Implement CI #58

Open darwin808 opened 3 weeks ago

darwin808 commented 3 weeks ago

Description: Implemented Continuous Integration (CI) to trigger on pull requests (PRs) to the master branch. This CI pipeline includes running npm run test to ensure code quality and functionality on each PR. Additionally, configured the necessary secrets.ENV_FILE in GitHub to support the CI process.