Skip to content

Require ansible-core>=2.15 #19

Require ansible-core>=2.15

Require ansible-core>=2.15 #19

Workflow file for this run

# .github/workflows/ansible-lint.yml
name: ansible-lint
"on":
pull_request:
branches: ["main", "stable", "release/v*"]
jobs:
build:
name: Ansible Lint # Naming the build is important to use it as a status check
runs-on: ubuntu-latest
steps:
- name: Run ansible-lint
uses: ansible/ansible-lint@main