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: