treefmt: disable actionlint on darwin
This commit is contained in:
parent
37e3269ca5
commit
f71aa2b5f6
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@
|
|||
programs.prettier.enable = true;
|
||||
|
||||
settings.formatter = {
|
||||
actionlint = {
|
||||
# https://hydra.nixos.org/build/258938640
|
||||
actionlint = pkgs.lib.mkIf (!pkgs.stdenv.isDarwin) {
|
||||
command = pkgs.actionlint;
|
||||
includes = [ ".github/workflows/*.yml" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue