Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add formatting checks to CI #457

Merged
merged 6 commits into from
Aug 17, 2024
Merged

Add formatting checks to CI #457

merged 6 commits into from
Aug 17, 2024

Commits on Aug 17, 2024

  1. non-critical-infra: drop supportedFilesystems == zfs

    It's disko's job to add filesystems, so no need to duplicate this
    
    After the change:
    
    nix-repl> nixosConfigurations."caliban.nixos.org".config.boot.supportedFilesystems
    { zfs = true; }
    Mic92 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    55b16f5 View commit details
    Browse the repository at this point in the history
  2. treewide: apply deadnix

    Mic92 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    494bcbb View commit details
    Browse the repository at this point in the history
  3. add treefmt-nix

    Mic92 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c30232e View commit details
    Browse the repository at this point in the history
  4. reformat with treefmt

    Mic92 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    ed651bc View commit details
    Browse the repository at this point in the history
  5. dependabot: github-actions

    Mic92 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    778bca3 View commit details
    Browse the repository at this point in the history
  6. replace terraform format check with nix fmt

    This now also checks terraform and more.
    And it can run locally!
    Mic92 committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    2150420 View commit details
    Browse the repository at this point in the history