-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code in Mona is not the best #68
Comments
I don't like |
{
"name": "myapp",
"description": "a really cool app",
"version": "1.0.0",
"engines": {
"node": "12.13.0"
}
} |
I was able to use |
@npupko @nikitasakov what do you think about setting up Github actions? Sounds reasonable if you want to set up linter too |
@lazycoder9 Is it (setup) faster than other CI services? |
@npupko it took me about 30 minutes to learn about it and 5 minutes to implement it in docker_benchmark repo 😄 |
@lazycoder9 This is what we need then:) |
Gyus, I'd suggest keeping a checklist in issue's description to know what is left, easier to manage All of you should have access to edit the description 😉 |
Dudes, how about using |
@npupko @nikitasakov Also, I want to move from mocha to jest. Thoughts? |
@lazycoder9 Mocks out of the box and rspec-similar syntax. I like it. |
@npupko refreshed my knowledge about jest yesterday and I don't think that it is worth our effort currently to move to jest |
.DS_Store
from gitignore, because it's related to local machine, not projectbot.js
file is overwhelming, need to split into helpers?, maybe separate file for each action?The text was updated successfully, but these errors were encountered: