Skip to content

feat: Updated docker structure, updated image links #220

feat: Updated docker structure, updated image links

feat: Updated docker structure, updated image links #220

Workflow file for this run

---
name: Ansible Linter
on:
push:
branches: [master, staging]
pull_request:
jobs:
ansible-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Lint Ansible Playbook
uses: ansible/ansible-lint-action@master
with:
targets: |
ansible/**/*.yml
args: ""