From d8bfdd8bb6bbc6b0500c936e4eff3042585670b8 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 13 Sep 2024 19:17:47 +0200 Subject: [PATCH] ss --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 363e9ecc..fc28adf3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -14,8 +14,8 @@ jobs: - name: Run ansible-lint uses: docker://registry.mgrote.net/ansible-devspace:latest - with: # notwendig da ENTRYPOINT auf start-tmux.sh gesetzt ist - args: ansible-lint--force-color --format pep8 --show-relpath + with: + args: /home/ansible-dev/.local/bin/ansible-lint --force-color --format pep8 --show-relpath gitleaks: steps: