mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-01-04 07:39:43 -06:00
chore(format): added pre-commit hooks and formatted files (#294)
Co-authored-by: steebchen <contact@luca-steeb.com>
This commit is contained in:
@@ -7,4 +7,4 @@ set -a
|
||||
. .env
|
||||
set +a
|
||||
|
||||
go run ./cmd/hatchet-admin token create --name "local" --tenant-id 707d0855-80ab-4e1f-a156-f1c4546cbf52
|
||||
go run ./cmd/hatchet-admin token create --name "local" --tenant-id 707d0855-80ab-4e1f-a156-f1c4546cbf52
|
||||
|
||||
@@ -14,4 +14,3 @@ mkdir -p $ENCRYPTION_KEYS_DIR
|
||||
|
||||
# Generate a master encryption key
|
||||
go run ./cmd/hatchet-admin keyset create-local-keys --key-dir $ENCRYPTION_KEYS_DIR
|
||||
|
||||
|
||||
@@ -49,4 +49,4 @@ cp $tmp_dir/hatchet_sdk/clients/rest/models/__init__.py $dst_dir/models/__init__
|
||||
cp $tmp_dir/hatchet_sdk/clients/rest/api/__init__.py $dst_dir/api/__init__.py
|
||||
|
||||
# remove tmp folder
|
||||
rm -rf $tmp_dir
|
||||
rm -rf $tmp_dir
|
||||
|
||||
Reference in New Issue
Block a user