Skip to content

🐛 Adjust e2e test after the repo structure has changed #9

🐛 Adjust e2e test after the repo structure has changed

🐛 Adjust e2e test after the repo structure has changed #9

Workflow file for this run

---
name: Ansible lint
"on":
push:
branches:
- main
paths:
- 'playbooks/**'
pull_request:
paths:
- 'playbooks/**'
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run ansible-lint
uses: ansible/ansible-lint@v24