-
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
CI/CD: clang-format #7
Conversation
e19de34
to
a88cdd3
Compare
Use Github actions to automatically test compile and check code formatting for every pull requests and pushes. Signed-off-by: Cheng Ho Ming <eric310@connect.hku.hk>
a88cdd3
to
3e1b90f
Compare
Since the Makefile is not ready
449787d
to
8d9516e
Compare
8d9516e
to
d76c69b
Compare
You can download the I think we can either do the auto formatting ourselves, or we put it into github actions and let the bot do it for pull requests.
|
I have written a working |
Since it is causing readability problems
c5bef40
to
a84200f
Compare
Use Github actions to automatically test compile and check code formatting for every pull requests and pushes. Signed-off-by: Cheng Ho Ming <eric310@connect.hku.hk>
Since the Makefile is not ready
Since it is causing readability problems
6bcbdeb
to
e05077c
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.
go
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.
approve
…/eric15342335/comp2113-engg1340-group-project into github-actions-make-clang-format
Use Github actions and
clang-format
to check code formatting for every pull requests.Question: Which code formatting style do you prefer?
Some tools: clang-format configurator
(Note: please squash merge this.)