This is an automated email from the ASF dual-hosted git repository.
davidrad pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new f0c9aac0 Install yamale to allow linting to work (#1067)
f0c9aac0 is described below
commit f0c9aac00aebab6a5dc8e7ca6941035ecde387d6
Author: David Radley <[email protected]>
AuthorDate: Sat Feb 28 15:07:10 2026 +0000
Install yamale to allow linting to work (#1067)
Signed-off-by: [email protected] <[email protected]>
---
.github/workflows/ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 1f586365..e11507ef 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -78,6 +78,7 @@ jobs:
tar -xzf /tmp/chart-testing.tar.gz -C /tmp/ct
sudo mv /tmp/ct/ct /usr/local/bin/ct
sudo mv /tmp/ct/etc /etc/ct
+ pip install yamale yamllint
- name: Run chart-testing (list-changed)
id: list-changed