From 0af43496aab39e940520a30517474b92c537c746 Mon Sep 17 00:00:00 2001 From: Arthur Belleville Date: Sat, 11 Oct 2025 10:29:45 +0200 Subject: [PATCH] Update justfile --- justfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/justfile b/justfile index cf28da5..8f26f8b 100644 --- a/justfile +++ b/justfile @@ -23,6 +23,15 @@ test-api: dev: just _api-dev & (just _frontend-dev) + +push-and-create-pr: + git push && gh pr create --fill && gh pr checks + +view-checks: + gh pr checks + +merge-to-main: + gh pr merge -m # Types recipes