fix: move pre-commit treefmt hook into CI #234

Merged
b12f merged 1 commit from fix/fmt-lint into main 2023-07-13 15:11:27 +00:00

1 commit

Author SHA1 Message Date
Benjamin Bädorf 3c3abec238
fix: move pre-commit treefmt hook into CI
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
The logic inside the hook was rather broken, causing confusing merges,
stashes, and aborts. Unfortunately `treefmt` does not provide a pure
lint option that checks without writing the changes. So instead, we do
this in CI.
2023-07-13 17:05:27 +02:00