Skip to content

Commit

Permalink
add new line to fix yamllint linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzebsiddiqui committed Feb 26, 2024
1 parent 1b6e1f7 commit 0d19bd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spack_regression_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
verbose: true
verbose: true
2 changes: 1 addition & 1 deletion tutorials/containers/hello_world.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ buildspecs:
container:
platform: "docker"
image: hello-world
run: echo 'Test Complete!'
run: echo 'Test Complete!'

0 comments on commit 0d19bd3

Please sign in to comment.