-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Added makefile to rules engine #91
Conversation
Should we update CI to use Makefile to remove duplication? |
Yeah, that's a good idea. |
@jkwan2011 done |
TIL: https://stackoverflow.com/a/12686411
|
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'm late to the party, but looks good to me
* added makefile * refactored github actions * refactored github actions * renamed make file
I'm finding it's somewhat difficult to share pre-commit hooks in a project. In lieu of that directly, this
makefile
consolidates everything into one step, so developers do not have to remember all the commands in CI.Run
make all
from the rules-engine folder and it will check everything that CI checks.