Skip to content

Commit

Permalink
💚 test
Browse files Browse the repository at this point in the history
Signed-off-by: Rintaro Okamura <rintaro.okamura@gmail.com>
  • Loading branch information
rinx committed May 22, 2020
1 parent 4cc93dd commit a13c988
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/helm-docs-test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: Run helm-docs for test
on:
- pull_request

jobs:
helm-docs-test:
name: Run helm-docs
runs-on: ubuntu-latest
container:
image: vdaas/vald-ci-container:nightly
steps:
- name: Check out code.
uses: actions/checkout@v1
with:
fetch-depth: 0
- name: Run helm-docs
run: |
make helm/docs/vald
cat charts/vald/README.md

0 comments on commit a13c988

Please sign in to comment.