From f43338ef7e0f8bccdb3971537afd313c06029875 Mon Sep 17 00:00:00 2001 From: Serhii Khalymon Date: Wed, 31 Aug 2022 13:40:08 +0200 Subject: [PATCH] chore: run all check with `make check` & `make` commands --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c4ce72d..3144367 100644 --- a/Makefile +++ b/Makefile @@ -17,8 +17,9 @@ OS_NAME := $(shell uname -s) # Aliases # ########### -fmt: cargo.fmt +check: fmt lint doc +fmt: cargo.fmt lint: cargo.lint