mirror of
https://github.com/cdr/code-server.git
synced 2026-01-23 08:34:15 +01:00
Add checkout of repo
This commit is contained in:
parent
70b73d7cb9
commit
96a78c98d1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/helm_validation.yaml
vendored
2
.github/workflows/helm_validation.yaml
vendored
|
|
@ -6,6 +6,8 @@ jobs:
|
|||
validate:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repo
|
||||
uses: actions/checkout@v2
|
||||
- name: Kubeval Helm Chart
|
||||
uses: junior/kubeval-helm-chart-action@0.2.0-alpha.0
|
||||
env:
|
||||
|
|
|
|||
Loading…
Reference in a new issue