mirror of
https://github.com/ivuorinen/f2b.git
synced 2026-01-26 11:24:00 +00:00
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:
2
Makefile
2
Makefile
@@ -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..."; \
|
||||
|
||||
Reference in New Issue
Block a user