-
Notifications
You must be signed in to change notification settings - Fork 10
CI: formatting check and test Elixir builds #29
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
2c4c694 to
8a2ab81
Compare
|
I really appreciate all of the formatting fixes and cleanup, but we should keep those in a separate commit from the workflow updates. I see you are still working on it, so wanted to catch you sooner rather than later. |
bd620a2 to
71bb501
Compare
|
Yeah, adding Elixir building to tests as well, will make nice commits later.. |
a51539f to
a8db207
Compare
13fff07 to
c5cfe3a
Compare
UncleGrumpy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! Just a few minor details.
Adapted from atomvm repo, remove erl fmt check in build.sh Signed-off-by: Peter M <petermm@gmail.com>
Signed-off-by: Peter M <petermm@gmail.com>
Signed-off-by: Peter M <petermm@gmail.com>
c5cfe3a to
9831d5c
Compare
UncleGrumpy
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice we are still using Erlang :io instead of Elixir IO in a several examples, but we should update those in a separate PR.
Adapted from atomvm repo
Fixes #22 and fixes #28
(There was actually a erlfmt check hidden in the build examples build.sh..)