项目作者: horothesun

项目描述 :
GitHub Actions workflow runs monitoring with Google Apps Script.
高级语言: JavaScript
项目地址: git://github.com/horothesun/github-actions-workflow-runs-clasp.git
创建时间: 2021-01-06T23:14:30Z
项目社区:https://github.com/horothesun/github-actions-workflow-runs-clasp

开源协议:MIT License

下载


GitHub Actions workflow runs - Google Apps Script

CI
clasp

Push to Google Apps Script
Deploy to Google Apps Script

Setup

Run

  1. nvm use
  2. npm i

Update .clasp.json with your scriptId.

Testing

For continuos changes-only testing, run

  1. npm run testWatch

otherwise, to run all tests once run

  1. npm test

Notes

  • module.exports must be defined in single lines.