Skip to content

Commit

Permalink
Update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Jul 30, 2020
1 parent b0f999d commit 5b36712
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Fetch history
run: git fetch --prune --unshallow
with:
fetch-depth: 0

- name: Run chart-testing (lint)
id: lint
uses: helm/[email protected]-rc.2
uses: helm/[email protected]
with:
command: lint

Expand All @@ -25,6 +24,6 @@ jobs:
if: steps.lint.outputs.changed == 'true'

- name: Run chart-testing (install)
uses: helm/[email protected]-rc.2
uses: helm/[email protected]
with:
command: install

0 comments on commit 5b36712

Please sign in to comment.