You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Makefile check rule to run all the linters and checkers (openai#1038)
It adds a Makefile rule `check` to run all linters and checkers in a
single command.
With only `make check` instead of 3-4 commands, it can help to forget
one of them before pushing a PR.
0 commit comments