From 0d19bd30ad1eb53c09d4160f42ebe5f030174742 Mon Sep 17 00:00:00 2001 From: Shahzeb Siddiqui Date: Mon, 26 Feb 2024 16:47:13 -0500 Subject: [PATCH] add new line to fix yamllint linter error --- .github/workflows/spack_regression_test.yml | 2 +- tutorials/containers/hello_world.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/spack_regression_test.yml b/.github/workflows/spack_regression_test.yml index d4ed07e6e..8152a3a4b 100644 --- a/.github/workflows/spack_regression_test.yml +++ b/.github/workflows/spack_regression_test.yml @@ -34,4 +34,4 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: - verbose: true \ No newline at end of file + verbose: true diff --git a/tutorials/containers/hello_world.yml b/tutorials/containers/hello_world.yml index d24978223..c36a060ee 100644 --- a/tutorials/containers/hello_world.yml +++ b/tutorials/containers/hello_world.yml @@ -6,4 +6,4 @@ buildspecs: container: platform: "docker" image: hello-world - run: echo 'Test Complete!' \ No newline at end of file + run: echo 'Test Complete!'