1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00

add ansible github action check

This commit is contained in:
Lilian Roller 2020-02-17 13:46:38 +01:00
parent 468ea4def1
commit d99e7c4a15
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B

View file

@ -0,0 +1,22 @@
name: Ansible check debian:stable # feel free to pick your own name
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
# Important: This sets up your GITHUB_WORKSPACE environment variable
- uses: actions/checkout@v2
- name: ansible check with debian:stable
# replace "master" with any valid ref
uses: ansible/check-ansible-debian-stable-action@master
with:
# [required]
# Paths to your ansible role you want to test
# For Example:
# targets: "role/my_role/"
targets: "./"