commit 9f238c89877f2fd879d922b60d90d1ba214864df
parent 5ffc62dbb294933c9dd0de4832f566f8b95df64a
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 9 Sep 2022 16:42:48 +0200
shells: add yamllint to osp and tektoncd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/shells/osp.nix b/shells/osp.nix
@@ -21,6 +21,7 @@ pkgs.mkShell {
python39Packages.pyaml
skopeo
yq-go
+ yamllint
go
];
shellHook = ''
diff --git a/shells/tekton.nix b/shells/tekton.nix
@@ -12,6 +12,7 @@ pkgs.mkShell {
my.operator-tool
google-cloud-sdk
gron
+ yamllint
];
shellHook = ''
export GOMODULE=on