summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2024-10-23tools: Add unit tests to check.shxengineering
2024-09-11tools: Add check.shxengineering
This script should contain any validation routines for the source code. Creating a symlink to it from .git/hooks/pre-commit for pre-commit validation might be a use case. In this initial version only the `go fmt` call is added to apply automated Go code formatting.