summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-09-11 18:14:55 -0700
committerFuwn <[email protected]>2025-09-11 18:14:55 -0700
commit7d95ef148a5c5581d75b58e17d7a7015f97c6cf6 (patch)
tree45f7c213691dd86b04faaf2d2aa5f59b6a24378f
parentfeat: Add complaint system (diff)
downloadumabotdiscord-7d95ef148a5c5581d75b58e17d7a7015f97c6cf6.tar.xz
umabotdiscord-7d95ef148a5c5581d75b58e17d7a7015f97c6cf6.zip
chore(justfile): Add extra linting tasks
-rw-r--r--justfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/justfile b/justfile
index 54ba3a4..3f8d64f 100644
--- a/justfile
+++ b/justfile
@@ -9,4 +9,12 @@ publish:
lint:
just bun_run lint
- \ No newline at end of file
+
+check:
+ just bun_run type-check
+
+checkl:
+ just lint && just check
+
+fix:
+ just bun_run fix