Copy justfile from other repo and split up into common, containers, and python tasks

This commit is contained in:
2026-08-23 22:48:31 -05:00
parent b31e43f5b4
commit 926293c316
3 changed files with 231 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
# Print help
[group('help')]
help:
@echo Variables:
@just --evaluate
@echo
@just --list --unsorted
# Check for secrets in git.
[group('security')]
secrets:
gitleaks detect --source . --no-git