Skip to content

Commit

Permalink
style(treefmt-nix): Add actionlint
Browse files Browse the repository at this point in the history
  • Loading branch information
haruki7049 committed Oct 20, 2024
1 parent d138ecd commit 341134b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
treefmt = {
projectRootFile = "flake.nix";
programs.nixfmt.enable = true;
programs.actionlint.enable = true;
};

devShells.default = pkgs.mkShell {
Expand Down

0 comments on commit 341134b

Please sign in to comment.