1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ranger.git synced 2024-08-16 14:19:48 +02:00
ansible_role_ranger/.github/workflows/ansible-debian-stable.yml
2020-02-20 09:06:54 +01:00

22 lines
581 B
YAML

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: roles-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: "./"