From 59f61c0b6ac83266559303459b27e471e7f64b9e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 13 Sep 2024 18:22:26 +0200 Subject: [PATCH] dd --- .gitea/workflows/ci.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index b9e3d06c..8e8efbc3 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -12,11 +12,10 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - - name: Run Gitleaks + - name: Run ansible-lint uses: docker://zricethezav/gitleaks:v8.18.4 - options: --entrypoint ansible-lint with: - args: --force-color --format pep8 --show-relpath + args: tmux detach-client; ansible-lint--force-color --format pep8 --show-relpath gitleaks: steps: