From 5dd8e305e862ad3cafb63d7ce8df513a56e16691 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 2 Mar 2026 02:53:16 +0000 Subject: [PATCH] chore: apply cruft update --- .cruft.json | 4 ++-- justfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index d5ad446..d5f301b 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/mholtzscher/templates.git", - "commit": "ecb12807d95da37eef77bbfaa644b8016065b524", + "commit": "1a7901d7bc77ef61a80901d5c0ccaa43c163300f", "context": { "cookiecutter": { "project_name": "github-janitor", @@ -17,7 +17,7 @@ "use_sqlc": "no", "go_version": "1.25", "_template": "https://github.com/mholtzscher/templates.git", - "_commit": "ecb12807d95da37eef77bbfaa644b8016065b524", + "_commit": "1a7901d7bc77ef61a80901d5c0ccaa43c163300f", "_copy_without_render": [ "test/testscript/scripts/*.txtar", "db/*.sql" diff --git a/justfile b/justfile index fdce8fe..393ddde 100644 --- a/justfile +++ b/justfile @@ -46,7 +46,7 @@ lint: go tool golangci-lint run # Run all checks (format, vet, lint, test, tidy, gomod2nix) -check: fmt vet lint test tidy gomod2nix +check: tidy gomod2nix fmt vet lint test # Update Go dependencies update-deps: