aboutsummaryrefslogtreecommitdiff
path: root/working/meeting-transcription-service/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'working/meeting-transcription-service/Makefile')
-rw-r--r--working/meeting-transcription-service/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/working/meeting-transcription-service/Makefile b/working/meeting-transcription-service/Makefile
new file mode 100644
index 0000000..2ed7dad
--- /dev/null
+++ b/working/meeting-transcription-service/Makefile
@@ -0,0 +1,15 @@
+# Checks for the transcription service. transcribe-worker has no .py suffix, so
+# pyright's directory scan skips it; it is named explicitly here.
+.PHONY: check test types lint
+
+check: test types lint
+
+test:
+ python3 -m pytest tests -q
+
+types:
+ pyright
+ pyright src/transcribe-worker
+
+lint:
+ shellcheck src/ratio-transcribe