From 74674d7f3f3a69b834cc1f06aadeab9f6b2dfc26 Mon Sep 17 00:00:00 2001 From: VC Date: Thu, 6 Mar 2025 17:50:54 +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 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/lint.yml b/.gitea/workflows/lint.yml index 35420f8..c55ba51 100644 --- a/.gitea/workflows/lint.yml +++ b/.gitea/workflows/lint.yml @@ -1,7 +1,9 @@ --- name: ansible-lint + on: - push + jobs: lint-everything: runs-on: ubuntu-latest