Skip to content

Commit

Permalink
npalmGH-240 add back in new lines at end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
larmitage-bjss committed Feb 15, 2024
1 parent 971fa99 commit e2ffb77
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion __tests__/fixtures/action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ outputs:

runs:
using: "node12"
main: "dist/index.js"
main: "dist/index.js"

2 changes: 1 addition & 1 deletion __tests__/fixtures/action/action_docs_action_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ inputs:

runs:
using: "node16"
main: "dist/index.js"
main: "dist/index.js"
2 changes: 1 addition & 1 deletion __tests__/fixtures/action/action_docs_action_readme.input
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- action-docs-inputs action="__tests__/fixtures/action/action_docs_action_action.yml" -->
<!-- action-docs-inputs action="__tests__/fixtures/action/action_docs_action_action.yml" -->

0 comments on commit e2ffb77

Please sign in to comment.