mirror of
https://github.com/famedly/ansible-collection-services
synced 2024-11-10 05:54:14 +00:00
chore(ci): add github workflow
This commit is contained in:
parent
0073f818f4
commit
e4bd1539aa
1 changed files with 11 additions and 0 deletions
11
.github/workflows/ansible.yml
vendored
Normal file
11
.github/workflows/ansible.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
name: Ansible CI
|
||||
on:
|
||||
pull_request:
|
||||
push:
|
||||
branches: [main]
|
||||
jobs:
|
||||
ansible:
|
||||
uses: famedly/github-workflows/.github/workflows/ansible.yml@ansible-v1
|
||||
with:
|
||||
collection: services
|
Loading…
Reference in a new issue