fix: move pre-commit treefmt hook into CI #234
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/fmt-lint"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The logic inside the hook was rather broken, causing confusing merges,
stashes, and aborts. Unfortunately
treefmt
does not provide a purelint option that checks without writing the changes. So instead, we do
this in CI.
🚢 it