Skip to content

fix(#5): removed duplicate entries in '5.4.3.2' and '5.4.3.3' #18

fix(#5): removed duplicate entries in '5.4.3.2' and '5.4.3.3'

fix(#5): removed duplicate entries in '5.4.3.2' and '5.4.3.3' #18

Workflow file for this run

---
name: Ansible Lint
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
workflow_dispatch:
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
# https://github.com/actions/checkout
- uses: actions/checkout@v4
# https://github.com/ansible/ansible-lint
- name: Run ansible-lint
uses: ansible/ansible-lint@main