mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-12 10:14:31 +02:00
ci: run treefmt
This commit is contained in:
parent
405132bab3
commit
22b3c49a0e
3 changed files with 16 additions and 8 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue