From 77f71dafb63183eee22e2f1138f85808aafff72a Mon Sep 17 00:00:00 2001 From: Josh Lay Date: Sun, 19 Oct 2025 08:37:36 -0500 Subject: [PATCH] workflow/lint: minify ansible-lint block --- .forgejo/workflows/lint.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.forgejo/workflows/lint.yml b/.forgejo/workflows/lint.yml index 70cb223..e025402 100644 --- a/.forgejo/workflows/lint.yml +++ b/.forgejo/workflows/lint.yml @@ -34,9 +34,7 @@ jobs: pip install --no-compile ansible-core ansible-lint ansible-galaxy collection install -r meta/requirements.yml - - name: ansible-lint - run: | - ansible-lint + - run: ansible-lint env: PY_COLORS: '1' ANSIBLE_FORCE_COLOR: '1'