From 28706dee0ff665d29f3dfdab2e9ab255155c46a6 Mon Sep 17 00:00:00 2001 From: L3D Date: Mon, 24 Feb 2020 16:16:45 +0100 Subject: [PATCH] Add test for ubuntu:focal --- .github/workflows/ansible-ubuntu-focal.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/ansible-ubuntu-focal.yml diff --git a/.github/workflows/ansible-ubuntu-focal.yml b/.github/workflows/ansible-ubuntu-focal.yml new file mode 100644 index 0000000..4d4999f --- /dev/null +++ b/.github/workflows/ansible-ubuntu-focal.yml @@ -0,0 +1,16 @@ +name: Ansible check ubuntu:focal + +on: [push, pull_request] + +jobs: + build: + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v2 + + - name: ansible check with ubuntu:focal + uses: roles-ansible/check-ansible-ubuntu-focal-action@master + with: + targets: "./"