chore(deps): update workflows, pre-commit repos (#46)

* chore(deps): update pre-commit and gh workflows

* chore(lint): pre-commit editorconfig-checker repo

* fix(deps): use correct checkmake repo
This commit is contained in:
2025-08-14 15:05:50 +03:00
committed by GitHub
parent 4dfef70adc
commit 649727b91f
8 changed files with 14 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ dev-deps: ## Install development dependencies
}
@command -v checkmake >/dev/null 2>&1 || { \
echo "Installing checkmake..."; \
go install github.com/mrtazz/checkmake/cmd/checkmake@latest; \
go install github.com/checkmake/checkmake/cmd/checkmake@latest; \
}
@command -v golines >/dev/null 2>&1 || { \
echo "Installing golines..."; \