Compare commits

..

1 commit

Author SHA1 Message Date
2219bc61f0
WIP: refactor: port to JS
Some checks failed
/ check (treefmt) (push) Failing after 19s
/ report-size (push) Has been skipped
/ report-download-check (push) Has been skipped
This should hopefully reduce the complexity of the action
2025-07-10 23:56:23 +02:00

View file

@ -26,7 +26,7 @@
# Setup formatters
treefmt = {
# Ignore images
settings.global.excludes = [ "*.png" "dist/"];
settings.global.excludes = [ "*.png" ];
projectRootFile = "flake.nix";
programs = {
mdformat.enable = true;