chore(deps): update helm release rails-application to v0.1.0 #5
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Lint test charts | |
## Lint helm chart on every pull requests | |
on: | |
pull_request: | |
paths: | |
- 'charts/**' | |
jobs: | |
lint: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v2 | |
- name: Fetch history | |
run: git fetch --prune --unshallow | |
- name: Run lint | |
uses: helm/[email protected] | |
with: | |
command: lint | |
config: .github/verify-config.yaml |