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