mirror of https://git.tuxpa.in/a/code-server.git
Add checkout of repo
This commit is contained in:
parent
70b73d7cb9
commit
96a78c98d1
|
@ -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 New Issue