-
Notifications
You must be signed in to change notification settings - Fork 9
Add Makefile, tweak actions #135
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
Conversation
Hmm hold on, I will include fmt-check in lint. |
Before merging, why make and not https://docs.deno.com/runtime/manual/tools/task_runner/? |
Ok should be good. All commands are quiet now which eliminates a lot of useless spam like module downloads or how many files were processed but keeps the important stuff. Only tidbit I have is that |
Because I prefer Makefile in all my projects, e.g. I also don't use npm scripts because Makefile is programming-language agnostic and for certain tasks, much more flexible than these json scripts ever can be. |
Also, |
deno
workflow toci