Skip to content

Commit

Permalink
Fix chart linting (kubernetes#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkwr authored Aug 2, 2021
1 parent 02cddd3 commit 61bdbe5
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,17 @@ jobs:
- name: Fetch history
run: git fetch --prune --unshallow

- id: lint
name: Run chart-testing (lint)
uses: helm/chart-testing-action@v1.0.0
- name: Set up Helm
uses: azure/setup-helm@v1
with:
command: lint
version: v3.6.1

- uses: actions/setup-python@v2
with:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.1.0

- name: Run chart-testing (lint)
run: ct lint --target-branch ${GITHUB_BASE_REF}

0 comments on commit 61bdbe5

Please sign in to comment.