This is an automated email from the ASF dual-hosted git repository.
wanghailin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/seatunnel.git
The following commit(s) were added to refs/heads/dev by this push:
new d3a9ff774d [Feature][E2E] Add helm test case (#9006)
d3a9ff774d is described below
commit d3a9ff774d7766bc38a99f43b9b3977564ec93c7
Author: huangkuilin <[email protected]>
AuthorDate: Mon Mar 24 21:06:43 2025 +0800
[Feature][E2E] Add helm test case (#9006)
---
.github/workflows/backend.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml
index 7724f7902b..2f7f3ba687 100644
--- a/.github/workflows/backend.yml
+++ b/.github/workflows/backend.yml
@@ -59,6 +59,18 @@ jobs:
env:
MAVEN_OPTS: -Xmx512m
+ helm-chart-check:
+ name: Check Helm Chart Syntax
+ needs: [ license-header, code-style]
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - name: Setup Helm
+ uses: azure/[email protected]
+ id: install
+ - name: Lint Chart
+ run: helm lint deploy/kubernetes/seatunnel
+
dead-link:
name: Dead links
runs-on: ubuntu-latest