Skip to content

chore(deps): update dependency helm to v3.21.2 #2659

chore(deps): update dependency helm to v3.21.2

chore(deps): update dependency helm to v3.21.2 #2659

Workflow file for this run

name: Ansible Lint
on: [push, pull_request]
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: '3.14'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ansible-lint ansible
- name: Run ansible-lint
run: |
ansible-lint ansible/site.yml