Skip to content

chore(ci): add container state test + CI updates #107

chore(ci): add container state test + CI updates

chore(ci): add container state test + CI updates #107

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: "./"