Skip to content

Bump azure/setup-helm from 4.3.1 to 5.0.0 in the github-actions group #145

Bump azure/setup-helm from 4.3.1 to 5.0.0 in the github-actions group

Bump azure/setup-helm from 4.3.1 to 5.0.0 in the github-actions group #145

Workflow file for this run

name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
with:
persist-credentials: false
- name: Lint Ansible Playbook
uses: ansible/ansible-lint@8ba9595a4acd1b906eb75568b34f6ef592cd1528 # v26
# Let's point it to the path
with:
working_directory: "ansible/"