Skip to content

Commit 37aa1f7

Browse files
committed
chore: added job-mdbook to ci-runner as a prerequisite
1 parent 7e57263 commit 37aa1f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
.PHONY: ci-job-format
66
ci-job-format:
7-
@echo "Checking formating of source files..."
7+
@echo "Checking formatting of source files..."
88
@./tools/run_fmt_check.sh
99

1010
.PHONY: ci-job-clippy
@@ -19,7 +19,7 @@ ci-job-mdbook:
1919
@mdbook build docs
2020

2121
.PHONY: ci-runner-github
22-
ci-runner-github: ci-job-format ci-job-clippy
22+
ci-runner-github: ci-job-format ci-job-clippy ci-job-mdbook
2323
@echo "Running cargo check..."
2424
@cargo check
2525
@echo "Running tests..."

0 commit comments

Comments
 (0)