WIP: refactor: port to JS
Some checks failed
/ check (treefmt) (push) Successful in 4s
/ report-size (push) Failing after 1s
/ report-download-check (push) Has been skipped

This should hopefully reduce the complexity of the action
This commit is contained in:
Jalil David Salamé Messina 2025-07-10 22:03:45 +02:00
parent a26909cb8c
commit e1434adaa5
Signed by: jalil
GPG key ID: F016B9E770737A0B
20 changed files with 215059 additions and 109 deletions

View file

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