From c46d1bf8e8affe6ad29ae9ceac68b64d42da5dbf Mon Sep 17 00:00:00 2001 From: James Garriss <52328727+james-garriss@users.noreply.github.com> Date: Fri, 20 Sep 2024 09:39:27 -0400 Subject: [PATCH] fix lint --- .github/workflows/function_test_exchange.yaml | 2 +- .github/workflows/function_test_powerplatform.yaml | 2 +- .github/workflows/function_test_teams.yaml | 2 +- .github/workflows/test_concurrency.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/function_test_exchange.yaml b/.github/workflows/function_test_exchange.yaml index c2daabe654..caca3d6a1a 100644 --- a/.github/workflows/function_test_exchange.yaml +++ b/.github/workflows/function_test_exchange.yaml @@ -289,4 +289,4 @@ jobs: subject: Nightly functional test failure body: The ${{ github.job }} test failed. Please look at the "Nightly Product Functional Tests" workflow for more details. to: ${{ steps.extract-email.outputs.emails }} - from: ScubaGear Notifier \ No newline at end of file + from: ScubaGear Notifier diff --git a/.github/workflows/function_test_powerplatform.yaml b/.github/workflows/function_test_powerplatform.yaml index 580a4b6db9..10944458ac 100644 --- a/.github/workflows/function_test_powerplatform.yaml +++ b/.github/workflows/function_test_powerplatform.yaml @@ -289,4 +289,4 @@ jobs: subject: Nightly functional test failure body: The ${{ github.job }} test failed. Please look at the "Nightly Product Functional Tests" workflow for more details. to: ${{ steps.extract-email.outputs.emails }} - from: ScubaGear Notifier \ No newline at end of file + from: ScubaGear Notifier diff --git a/.github/workflows/function_test_teams.yaml b/.github/workflows/function_test_teams.yaml index 208d2e5544..4668c25b66 100644 --- a/.github/workflows/function_test_teams.yaml +++ b/.github/workflows/function_test_teams.yaml @@ -557,4 +557,4 @@ jobs: subject: Nightly functional test failure body: The ${{ github.job }} test failed. Please look at the "Nightly Product Functional Tests" workflow for more details. to: ${{ steps.extract-email.outputs.emails }} - from: ScubaGear Notifier \ No newline at end of file + from: ScubaGear Notifier diff --git a/.github/workflows/test_concurrency.yaml b/.github/workflows/test_concurrency.yaml index fb6ca4b4d6..c862630ce6 100644 --- a/.github/workflows/test_concurrency.yaml +++ b/.github/workflows/test_concurrency.yaml @@ -1,6 +1,6 @@ # Purpose: Test a solution to the concurrency issues for the nightly production functional tests -# NOTE: This is intended to be a temporary workflow. +# NOTE: This is intended to be a temporary workflow! name: Test Concurrency with Nightly Functional Tests