Skip to content

🍞 argocd 2.8.3 🍞 #556

🍞 argocd 2.8.3 🍞

🍞 argocd 2.8.3 🍞 #556

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