From 4ff3c5d44b8f1e809c6c1d6b0fd8bad999961301 Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Tue, 25 Jan 2022 18:50:50 +0100 Subject: feat: add check to Makefile --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0476f1d..abfd56d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,8 @@ .POSIX: +check: + nox + install: poetry install @@ -9,7 +12,7 @@ download: poetry run download-iam generate: - poetry run generate-emnist-lines + poetry run generate-emnist-lines poetry run generate-iam-lines poetry run generate-iam-paragraphs poetry run generate-iam-synthetic-paragraphs -- cgit v1.2.3-70-g09d2