项目作者: horothesun
项目描述 :
GitHub Actions workflow runs monitoring with Google Apps Script.
高级语言: JavaScript
项目地址: git://github.com/horothesun/github-actions-workflow-runs-clasp.git
GitHub Actions workflow runs - Google Apps Script




Setup
Run
nvm use
npm i
Update .clasp.json
with your scriptId
.
Testing
For continuos changes-only testing, run
npm run testWatch
otherwise, to run all tests once run
npm test
Notes
module.exports
must be defined in single lines.