From 5b3ae037e3cfc7b0df50734435c780d6bde11857 Mon Sep 17 00:00:00 2001 From: Noah Knegt Date: Tue, 16 Apr 2024 19:59:59 +0200 Subject: [PATCH] Add ansible linting steps Signed-off-by: Noah Knegt --- .gitea/workflows/lint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index d30b23b..b9a3d2b 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -20,3 +20,12 @@ jobs: uses: ibiqlik/action-yamllint@v3 with: config_file: .yamllint.yml + + ansible-lint: + runs-on: ubuntu-latest + steps: + - name: Checkout source code + uses: actions/checkout@v4 + + - name: Lint with ansible lint + uses: ansible/ansible-lint@v24