chore(ci): add initial GH action

This commit is contained in:
Jan Christian Grünhage 2023-06-21 15:42:25 +02:00
parent 2514d99cf9
commit b1b7347898
No known key found for this signature in database
GPG key ID: EEC1170CE56FA2ED

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

@ -0,0 +1,16 @@
---
name: ansible-lint
on: [pull_request]
jobs:
build:
name: Ansible Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
path: ansible_collections/famedly/base
- name: Run ansible-lint
uses: famedly/ansible-lint-action@main
with:
path: ansible_collections/famedly/base