From bb6c8ffb1ac8f235d59e0137cc578b0cc0437a3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Rebollo=20P=C3=A9rez?= Date: Fri, 28 Jun 2024 15:13:24 +0100 Subject: [PATCH] style: yamllint format --- .github/workflows/code_analysis.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/code_analysis.yaml b/.github/workflows/code_analysis.yaml index 3d24f6d0cb..cea6b51404 100644 --- a/.github/workflows/code_analysis.yaml +++ b/.github/workflows/code_analysis.yaml @@ -1,10 +1,13 @@ name: Code analysis -on: +"on": pull_request: - types: [opened, ready_for_review, synchronize] + types: + - opened + - ready_for_review + - synchronize jobs: Linting: - if: ${{ github.event.pull_request.draft == false }} + if: ${{ github.event.pull_request.draft }} runs-on: ubuntu-20.04 steps: - name: Download files