Skip to content

Commit

Permalink
ci: update ct-action version (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-ri authored Nov 17, 2021
1 parent 6dbfbcf commit 409b06b
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,20 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Helm
uses: azure/setup-helm@v1
with:
version: v3.4.0

- name: Fetch history
run: git fetch --prune --unshallow
- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/[email protected]

- name: Test dependencies
run: |
Expand All @@ -22,11 +33,7 @@ jobs:
.github/dependency_as_file.sh community-operator-crds community-operator
- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]
with:
command: lint
config: .github/ct.yaml
run: ct lint --config .github/ct.yaml

kubeval-chart:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 409b06b

Please sign in to comment.