From 38137889682be6a4d961d5c1d76d3efc741528fc Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 29 Feb 2020 12:47:00 +0100 Subject: [PATCH] Add check for centos8 --- .github/workflows/ansible-centos-centos8.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ansible-centos-centos8.yml diff --git a/.github/workflows/ansible-centos-centos8.yml b/.github/workflows/ansible-centos-centos8.yml new file mode 100644 index 0000000..5d7acc9 --- /dev/null +++ b/.github/workflows/ansible-centos-centos8.yml @@ -0,0 +1,16 @@ +name: Ansible check centos:centos8 + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: ansible check with ubuntu:centos8 + uses: roles-ansible/check-ansible-centos-centos8-action@master + with: + targets: "./"