Skip to content

Commit

Permalink
impl. make pr (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
eyusufatik authored Jul 2, 2024
1 parent 295bdca commit d449155
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,8 @@ ef-tests: $(EF_TESTS_DIR) ## Runs Ethereum Foundation tests.

%:
@:

# Basic checks to do before opening a PR
pr:
$(MAKE) lint
$(MAKE) test

0 comments on commit d449155

Please sign in to comment.