Archived
1
0
This repository has been archived on 2024-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
code-server/.github/workflows/helm_validation.yaml

15 lines
317 B
YAML
Raw Normal View History

2020-09-02 22:19:56 +01:00
name: Helm Validation
on: [pull_request, issues]
jobs:
validate:
runs-on: ubuntu-latest
steps:
2020-09-02 22:26:06 +01:00
- name: Checkout Repo
uses: actions/checkout@v2
2020-09-02 22:19:56 +01:00
- name: Kubeval Helm Chart
uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0
env:
INPUT_KUBERNETES_VERSION: 1.19