Skip to content

[Gradle Release Plugin] - new version commit: 'v0.10.7'. #697

[Gradle Release Plugin] - new version commit: 'v0.10.7'.

[Gradle Release Plugin] - new version commit: 'v0.10.7'. #697

Workflow file for this run

name: Lint
on:
# Run on every pull request
pull_request:
branches: [ main ]
types: [ opened, synchronize, reopened ]
push:
branches: [ main ]
env:
JAVA_VERSION: 17
jobs:
lint-helm:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint Helm
uses: WyriHaximus/github-action-helm3@v4
with:
exec: helm lint ./src/main/k8s/prox-backend