Skip to content

Merge pull request #103 from shantanoo-desai/develop #106

Merge pull request #103 from shantanoo-desai/develop

Merge pull request #103 from shantanoo-desai/develop #106

Workflow file for this run

---
name: Ansible Lint
on:
- push
- pull_request
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Lint Ansible Playbooks / Tasks
uses: ansible/ansible-lint-action@v6
with:
path: "./"