From 2df2e62042206cc04b82fca2a208d8c66d96a3b3 Mon Sep 17 00:00:00 2001 From: Arjun Satarkar Date: Sat, 21 Dec 2024 16:51:56 +0530 Subject: Add CI workflow --- Justfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Justfile (limited to 'Justfile') diff --git a/Justfile b/Justfile new file mode 100644 index 0000000..5c62e93 --- /dev/null +++ b/Justfile @@ -0,0 +1,7 @@ +check: typecheck lint + +typecheck: + pyright + +lint: + black --check *.py -- cgit v1.2.3-57-g22cb