Skip to content

Ansible Core version bump up to 2.14.0 #5

Ansible Core version bump up to 2.14.0

Ansible Core version bump up to 2.14.0 #5

Workflow file for this run

name: ansible-lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.x (latest)
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Run ansible-lint
uses: ansible/ansible-lint@main