We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb54fdd commit d3a9ff7Copy full SHA for d3a9ff7
.github/workflows/backend.yml
@@ -59,6 +59,18 @@ jobs:
59
env:
60
MAVEN_OPTS: -Xmx512m
61
62
+ helm-chart-check:
63
+ name: Check Helm Chart Syntax
64
+ needs: [ license-header, code-style]
65
+ runs-on: ubuntu-latest
66
+ steps:
67
+ - uses: actions/checkout@v4
68
+ - name: Setup Helm
69
+ uses: azure/[email protected]
70
+ id: install
71
+ - name: Lint Chart
72
+ run: helm lint deploy/kubernetes/seatunnel
73
+
74
dead-link:
75
name: Dead links
76
runs-on: ubuntu-latest
0 commit comments