Skip to content

Update prepare.yml (#18) #65

Update prepare.yml (#18)

Update prepare.yml (#18) #65

Workflow file for this run

---
name: Ansible Lint
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
name: Ansible Lint
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v3
- name: Run ansible-lint
uses: ansible/ansible-lint@v6.20.3