mirror of
https://github.com/Smaug123/PulumiConfig
synced 2025-10-05 08:38:41 +00:00
6d6c107f671a84e2875fa74fc7c912643d9a880a
Personal Pulumi configuration
Development tips
There are pull request checks on this repo, enforcing Fantomas-compliant formatting on the F# code. After checking out the repo, you may wish to add a pre-push hook to ensure locally that formatting is complete, rather than having to wait for the CI checks to tell you that you haven't formatted your code. Consider performing the following command to set this up in the repo:
git config core.hooksPath hooks/
Before your first push (but only once), you will need to install the .NET local tools which form part of the pre-push hook:
dotnet tool restore
You can format the Nix code with Alejandra; simply nix develop
and alejandra .
.
Languages
Nix
37.5%
F#
36%
Python
12.6%
HTML
9.1%
Shell
4.8%