From 2532ff36418280945f951bb88122b570db4ef3a3 Mon Sep 17 00:00:00 2001 From: SkepticalWaves Date: Thu, 10 Feb 2022 21:59:17 -0500 Subject: [PATCH] Github action to lint with ansible-later --- .github/workflows/matrix.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 6445dc039..86dbd9fff 100644 --- a/.github/workflows/matrix.yml +++ b/.github/workflows/matrix.yml @@ -14,3 +14,9 @@ jobs: uses: actions/checkout@v2.4.0 - name: 🚀 Run yamllint uses: frenck/action-yamllint@v1.1.2 + ansiblelater: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: run ansible-later action + uses: patrickjahns/ansible-later-action@master