chore: update justfile after repo ownership change

This commit is contained in:
2026-03-09 09:50:09 +01:00
parent d5497906be
commit 62582ee055

View File

@@ -11,9 +11,7 @@ code_coverage:
cd 01.workspace && cargo llvm-cov clean && cargo llvm-cov --show-missing-lines cd 01.workspace && cargo llvm-cov clean && cargo llvm-cov --show-missing-lines
force_sync_remotes: force_sync_remotes:
git push --force codeberg.org next
git push --force github.com next git push --force github.com next
sync_remotes: sync_remotes:
git push codeberg.org next git push github next
git push github.com next