* [x] [Add Github actions](https://github.com/datarockets/mona/pull/69) * [x] [Add ESLint](https://github.com/datarockets/mona/issues/71) * [x] Check and merge dependencies' PRs * [ ] Update README with actual information and dev tips * [x] Remove `.DS_Store` from gitignore, because it's related to local machine, not project * [ ] `bot.js` file is overwhelming, need to split into helpers?, maybe separate file for each action? * [x] All files should be named with camelCase, not snake_case * [ ] #61 Think about tests refactoring
.DS_Storefrom gitignore, because it's related to local machine, not projectbot.jsfile is overwhelming, need to split into helpers?, maybe separate file for each action?