From bb7510117230f920e5629d4fd10d7c2806405b8a Mon Sep 17 00:00:00 2001 From: Lucas Saavedra Vaz <32426024+lucasssvaz@users.noreply.github.com> Date: Tue, 6 Feb 2024 23:45:25 -0300 Subject: [PATCH] Fix --- .github/workflows/pre-commit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index bb017a2dc92..5caa58c3787 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -6,7 +6,8 @@ on: jobs: lint: - if: contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') + if: | + contains(github.event.pull_request.labels.*.name, 'Status: Pending Merge') name: Checking if any fixes are needed runs-on: ubuntu-latest steps: