Commit 9f238c89877f

Vincent Demeester <vincent@sbr.pm>
2022-09-09 16:42:48
shells: add yamllint to osp and tektoncd
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 5ffc62d
Changed files (2)
shells/osp.nix
@@ -21,6 +21,7 @@ pkgs.mkShell {
     python39Packages.pyaml
     skopeo
     yq-go
+    yamllint
     go
   ];
   shellHook = ''
shells/tekton.nix
@@ -12,6 +12,7 @@ pkgs.mkShell {
     my.operator-tool
     google-cloud-sdk
     gron
+    yamllint
   ];
   shellHook = ''
     export GOMODULE=on