### Description Trunk isn't supported on Windows, which is quite unfortunate. Some options to look into: - Using Trunk on WSL, and doing all git operations from there (disruptive to general workflow?). - Running `clang-tidy` and `clang-format` manually from Windows (loses the benefits of Trunk). - Setting up CI on GitHub to run the [Trunk check action](https://github.com/trunk-io/trunk-action).
Description
Trunk isn't supported on Windows, which is quite unfortunate. Some options to look into:
clang-tidyandclang-formatmanually from Windows (loses the benefits of Trunk).