Skip to content

add: helm installation to all nodes (#49) #90

add: helm installation to all nodes (#49)

add: helm installation to all nodes (#49) #90

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches:
- main
- 'feature/**'
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install Ansible and Ansible Lint
run: |
python -m pip install --upgrade pip
pip install ansible ansible-lint
- name: Run Ansible Lint
run: ansible-lint