From 4a601cf846f5c44a1d06adaa748678bcc4a551c1 Mon Sep 17 00:00:00 2001 From: Ricardo Abreu Date: Tue, 3 Dec 2024 12:40:08 +0000 Subject: [PATCH] [test] Missing final newline --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index f4b604cb1fc..628528dfa35 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -336,4 +336,4 @@ jobs: "draft": "${{ github.event.pull_request.draft }}", "label": "${{ needs.BuildAndTest.outputs.label }}", "dispatch_ci": "${{ github.event_name == 'push' }}" - } + } \ No newline at end of file