Skip to content

Commit

Permalink
chore: run all check with make check & make commands
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii Khalymon authored and eirenik0 committed Jul 20, 2024
1 parent 6cf5178 commit f43338e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ OS_NAME := $(shell uname -s)
# Aliases #
###########

fmt: cargo.fmt
check: fmt lint doc

fmt: cargo.fmt

lint: cargo.lint

Expand Down

0 comments on commit f43338e

Please sign in to comment.