Skip to content

fix(compose): no var interpolation + path resolution #104

fix(compose): no var interpolation + path resolution

fix(compose): no var interpolation + path resolution #104

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