Skip to content

๐Ÿพ argocd v2.7.13 ๐Ÿพ #548

๐Ÿพ argocd v2.7.13 ๐Ÿพ

๐Ÿพ argocd v2.7.13 ๐Ÿพ #548

Workflow file for this run

name: Lint Test
on:
pull_request:
paths-ignore:
- '.github/**'
- 'README.md'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-test:
runs-on: ubuntu-latest
steps:
- name: Checkout ๐Ÿ›Ž๏ธ
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Helm ๐Ÿงฐ
uses: azure/setup-helm@v3
with:
version: v3.5.1
- name: Setup Python ๐Ÿ
uses: actions/setup-python@v4
with:
python-version: 3.7
- name: Setup chart-testing ๐Ÿงฐ
uses: helm/[email protected]
- name: Run Chart lint tests ๐Ÿงช
run: ct lint