From df04a4249bc19ad3cfae6dc20a2e2d353a381510 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Fri, 20 Oct 2023 09:21:37 +0200 Subject: [PATCH] don't lint pipelines for now --- .github/workflows/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a342370f3..99095185a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,6 @@ jobs: run: | ansible-lint playbooks/ ansible-lint roles/ - ansible-lint pipelines/ molecule: runs-on: ubuntu-latest