Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/mholtzscher/templates.git",
"commit": "ecb12807d95da37eef77bbfaa644b8016065b524",
"commit": "1a7901d7bc77ef61a80901d5c0ccaa43c163300f",
"context": {
"cookiecutter": {
"project_name": "github-janitor",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down