Add ansible-lint to CI

Signed-off-by: SuperQ <superq@gmail.com>
This commit is contained in:
SuperQ 2022-09-23 13:31:35 +02:00
parent a9f53074e1
commit 40e2463752
No known key found for this signature in database
GPG key ID: C646B23C9E3245F1

15
.github/workflows/ansible-lint.yml vendored Normal file
View file

@ -0,0 +1,15 @@
---
name: Ansible Lint # feel free to pick your own name
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint roles
uses: ansible-community/ansible-lint-action@v6
with:
path: roles