Skip to content

Allow specifying python and ansible versions per component #79

Allow specifying python and ansible versions per component

Allow specifying python and ansible versions per component #79

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]