https://github.com/horothesun/github-actions-workflow-runs-clasp
GitHub Actions workflow runs monitoring with Google Apps Script.
https://github.com/horothesun/github-actions-workflow-runs-clasp
bash bash-tricks clasp github-action github-actions google-apps-script google-apps-scripts javascript jest jest-tests node node-js npm
Last synced: 2 months ago
JSON representation
GitHub Actions workflow runs monitoring with Google Apps Script.
- Host: GitHub
- URL: https://github.com/horothesun/github-actions-workflow-runs-clasp
- Owner: horothesun
- License: mit
- Created: 2021-01-06T23:14:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-17T19:32:49.000Z (about 4 years ago)
- Last Synced: 2025-01-04T15:30:34.715Z (4 months ago)
- Topics: bash, bash-tricks, clasp, github-action, github-actions, google-apps-script, google-apps-scripts, javascript, jest, jest-tests, node, node-js, npm
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Actions workflow runs - Google Apps Script
[](https://github.com/horothesun/github-actions-workflow-runs-clasp/actions?query=workflow%3ACI)
[](https://github.com/google/clasp)[](https://github.com/horothesun/github-actions-workflow-runs-clasp/actions?query=workflow%3A%22Push+to+Google+Apps+Script%22)
[](https://github.com/horothesun/github-actions-workflow-runs-clasp/actions?query=workflow%3A%22Deploy+to+Google+Apps+Script%22)## Setup
Run
```bash
nvm use
npm i
```Update `.clasp.json` with your `scriptId`.
## Testing
For continuos changes-only testing, run
```bash
npm run testWatch
```otherwise, to run all tests once run
```bash
npm test
```## Notes
- `module.exports` must be defined in single lines.