Justfile formatting: ensure kebab case

This commit is contained in:
2025-01-21 15:10:41 +00:00
parent 06cbf41b14
commit 13d034b238

View File

@@ -14,7 +14,7 @@ update:
echo "Update already in progress" echo "Update already in progress"
fi fi
merge_and_push_prod: merge-and-push-prod:
#!/usr/bin/env bash #!/usr/bin/env bash
git switch prod git switch prod
git merge main git merge main