Skip to content

Add molecule CI workflow file #35

Add molecule CI workflow file

Add molecule CI workflow file #35

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/[email protected]