Reports your health to your work or school automatically via Microsoft Forms.
- Fork this repository.
- Ensure GitHub Actions is enabled on the repository.
- Edit
config.yaml
file with your answers and the URL of the form. - Edit
.github/workflows/node.yml
to set when to run. - Set your Microsoft (365) account email to
MICROSOFT_EMAIL
, your password toMICROSOFT_PASSWORD
secrets. - Done!
If the timeout error occurs at clearing Local Storage, try to use virtual or real X display with headful mode.
$ CHROMIUM_HEADFUL=1 npm start