chore: rename justfile to .justfile

This commit is contained in:
2025-10-03 10:30:54 +02:00
parent 76a13005a7
commit 97ec240490

6
.justfile Normal file
View File

@@ -0,0 +1,6 @@
default:
just --list
sync_remotes:
git push -u codeberg.org next
git push -u github.com next