mirror of
https://github.com/juanfont/headscale.git
synced 2026-01-23 02:24:10 +00:00
add pre-commit hooks, move claude to agents. (#2877)
This commit is contained in:
parent
f658a8eacd
commit
6d24afba1c
13 changed files with 1041 additions and 776 deletions
4
Makefile
4
Makefile
|
|
@ -117,7 +117,7 @@ help:
|
|||
@echo ""
|
||||
@echo "Specific targets:"
|
||||
@echo " fmt-go - Format Go code only"
|
||||
@echo " fmt-prettier - Format documentation only"
|
||||
@echo " fmt-prettier - Format documentation only"
|
||||
@echo " fmt-proto - Format Protocol Buffer files only"
|
||||
@echo " lint-go - Lint Go code only"
|
||||
@echo " lint-proto - Lint Protocol Buffer files only"
|
||||
|
|
@ -126,4 +126,4 @@ help:
|
|||
@echo " check-deps - Verify required tools are available"
|
||||
@echo ""
|
||||
@echo "Note: If not running in a nix shell, ensure dependencies are available:"
|
||||
@echo " nix develop"
|
||||
@echo " nix develop"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue