We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e57263 commit 37aa1f7Copy full SHA for 37aa1f7
1 file changed
Makefile
@@ -4,7 +4,7 @@
4
5
.PHONY: ci-job-format
6
ci-job-format:
7
- @echo "Checking formating of source files..."
+ @echo "Checking formatting of source files..."
8
@./tools/run_fmt_check.sh
9
10
.PHONY: ci-job-clippy
@@ -19,7 +19,7 @@ ci-job-mdbook:
19
@mdbook build docs
20
21
.PHONY: ci-runner-github
22
-ci-runner-github: ci-job-format ci-job-clippy
+ci-runner-github: ci-job-format ci-job-clippy ci-job-mdbook
23
@echo "Running cargo check..."
24
@cargo check
25
@echo "Running tests..."
0 commit comments