Skip to content

jjuarez is executing Ansible Lint #48

jjuarez is executing Ansible Lint

jjuarez is executing Ansible Lint #48

Workflow file for this run

---
name: GitHub Action Ansible Lint
run-name: ${{github.actor }} is executing Ansible Lint
on:
push:
branches:
- "master"
- "main"
- "fix/*"
- "feature/*"
permissions:
contents: read
jobs:
AnsibleLint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Ansible Lint
uses: ansible/ansible-lint@main