Copy justfile from other repo and split up into common, containers, and python tasks
This commit is contained in:
+12
@@ -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
|
||||
Reference in New Issue
Block a user