From 71945830e042b164c2ef13d04b1e68845bab15a0 Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 6 Mar 2025 18:11:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A:=20fix=20ci?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 83090ce..eed0351 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Check out code uses: actions/checkout@v4 - - name: Run yamllint - uses: ibiqlik/action-yamllint@v3 + # - name: Run yamllint + # uses: ibiqlik/action-yamllint@v3 - name: Run ansible-lint uses: frenck/action-yamllint@v1