aboutsummaryrefslogtreecommitdiff
path: root/Justfile
diff options
context:
space:
mode:
authorArjun Satarkar <me@arjunsatarkar.net>2024-12-21 11:21:56 +0000
committerArjun Satarkar <me@arjunsatarkar.net>2024-12-21 11:21:56 +0000
commit2df2e62042206cc04b82fca2a208d8c66d96a3b3 (patch)
tree4694ac34fc0232f5e01a77568718f0128ce1cc75 /Justfile
parent4ffc19bbbb2395b8204b852df325fe4b3c07e273 (diff)
downloadsrtfilter-2df2e62042206cc04b82fca2a208d8c66d96a3b3.tar
srtfilter-2df2e62042206cc04b82fca2a208d8c66d96a3b3.tar.gz
srtfilter-2df2e62042206cc04b82fca2a208d8c66d96a3b3.zip
Add CI workflow
Diffstat (limited to 'Justfile')
-rw-r--r--Justfile7
1 files changed, 7 insertions, 0 deletions
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