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-ubuntu-bionic.yml

19 lines
346 B
YAML
Raw Normal View History

2021-03-12 23:44:16 +01:00
---
2020-02-24 13:14:05 +01:00
name: Ansible check ubuntu:bionic
2021-03-12 23:44:16 +01:00
# yamllint disable-line rule:truthy
2020-02-24 13:14:05 +01:00
on: [push, pull_request]
jobs:
build:
2020-02-24 18:59:53 +01:00
runs-on: ubuntu-latest
2020-02-24 13:14:05 +01:00
steps:
2021-03-12 23:44:16 +01:00
- uses: actions/checkout@v2
2020-02-24 13:14:05 +01:00
2021-03-12 23:44:16 +01:00
- name: ansible check with ubuntu:bionic
uses: roles-ansible/check-ansible-ubuntu-bionic-action@master
with:
targets: "./"