From 47af0d58a580cb2a2f01c5c3ed355e90adeb5ada Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rebollo=20P=C3=A9rez?= Date: Fri, 28 Jun 2024 15:17:35 +0100 Subject: [PATCH] style: avoid yamllint --- .github/workflows/code_analysis.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index cea6b51404..5e88e4af6c 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -1,5 +1,5 @@ name: Code analysis -"on": +on: # yamllint disable-line rule:truthy pull_request: types: - opened