-
Notifications
You must be signed in to change notification settings - Fork 9
Setup simple CI based on GitHub Actions and fix flaky test #79
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
b8ae48c
to
57e0045
Compare
57e0045
to
208855e
Compare
208855e
to
2e709f2
Compare
99e2629
to
cf52ae6
Compare
cf52ae6
to
c964b68
Compare
de32461
to
f0139f2
Compare
c8e61a0
to
88f3444
Compare
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!
It looks okay for me.
I'm interesting to know a bit more, so asked some questions. But feel free to proceed.
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.
Hi! Thank you for the patch.
We don't have any accepted rules for decoration of commits for all tarantool modules (as well as a uniform codestyle), but IMHO it's comfortable to use the same code style and rules as in tarantool/tarantool, and follow the rules described in https://github.com/tarantool/tarantool/wiki/Code-review-procedure#commit-message . Up to you.
d99ebb9
to
f7fece1
Compare
f7fece1
to
efb4640
Compare
I found only one thing that doesn't conform to recommended commit message style - absence of prefix in commit message header. Added it to all three commits. // CC: @LeonidVas |
- Add CMake target that runs Luacheck - make luacheck - Add GH Actions workflow with Luacheck - Fixed warnings found by Luacheck Luacheck configuration file mostly based on recommendations from Lua style guide [1]. 1. https://www.tarantool.io/en/doc/latest/dev_guide/lua_style_guide/#luacheck Closes #75
efb4640
to
843c8f3
Compare
3bb4507
to
1c51a01
Compare
Closes #75
Fixes #73