Implement a typo checker

This commit is contained in:
Cautreoxit 2024-08-20 17:45:22 +08:00 committed by Tate, Hongliang Tian
parent 9e59db2f42
commit b29d3b5409

View File

@ -239,6 +239,7 @@ check: initramfs $(CARGO_OSDK)
(cd $$dir && cargo osdk clippy -- -- -D warnings) || exit 1; \
done
@make --no-print-directory -C test check
@typos
.PHONY: clean
clean: