From 349ddb47dc27c4ddc3c20201d58c35112ac1d28c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomislav=20Kopi=C4=87?= Date: Thu, 22 Feb 2024 22:49:14 +0100 Subject: [PATCH] I have no idea what i'm doing --- .gitea/workflows/lint.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/lint.yaml b/.gitea/workflows/lint.yaml index bd39e7c..880a148 100644 --- a/.gitea/workflows/lint.yaml +++ b/.gitea/workflows/lint.yaml @@ -2,10 +2,12 @@ name: Lint ansible on: [push] jobs: + setup: + steps: + - uses: actions/checkout@v3 lint: container: pipelinecomponents/ansible-lint steps: - - uses: actions/checkout@v4 - run: ls -la - name: "Run linter" run: ansible-lint --show-relpath