ci: run treefmt

This commit is contained in:
Matt Sturgeon 2025-07-09 21:55:01 +01:00
parent 405132bab3
commit 22b3c49a0e
3 changed files with 16 additions and 8 deletions

View file

@ -104,7 +104,8 @@ class MetaMaintainerGenerator:
print(f"📦 Nixpkgs maintainers: {len(nixpkgs_maintainers)}")
with open(self.output_file, "w") as f:
f.write(inspect.cleandoc("""
f.write(
inspect.cleandoc("""
# Nixvim all maintainers list.
#
# This file lists all referenced maintainers in Nixvim.
@ -114,7 +115,8 @@ class MetaMaintainerGenerator:
#
# To regenerate: nix run .#generate-all-maintainers
#
"""))
""")
)
# Use the formatted maintainers from Nix evaluation
print(