Skip to content

Bump aiohttp from 3.8.6 to 3.9.0 in /operator #187

Bump aiohttp from 3.8.6 to 3.9.0 in /operator

Bump aiohttp from 3.8.6 to 3.9.0 in /operator #187

Workflow file for this run

name: Lint helm chart
on:
push:
branches:
- main
paths:
- "charts/**"
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: "0"
- name: chart-testing (ct lint)
uses: helm/[email protected]
- name: Run Helm Chart lint
run: |
ct lint \
--target-branch=main \
--validate-maintainers=true \
--chart-dirs charts