Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-10-23 | tools: Add unit tests to check.sh | xengineering | |
2024-09-11 | tools: Add check.sh | xengineering | |
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. |