Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

chore(deps): update ansible/ansible-lint action to v24.9.0 #1103

chore(deps): update ansible/ansible-lint action to v24.9.0

chore(deps): update ansible/ansible-lint action to v24.9.0 #1103

Workflow file for this run

name: ansible-lint
on: [push, pull_request]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
with:
fetch-depth: 0 # needed for progressive mode to work
- name: Run ansible-lint
uses: ansible/ansible-lint@25f783cce3ab921f4f65e53a75e731e0420ba8f2 # v24.9.0