mirror of
https://github.com/obi1kenobi/cargo-semver-checks-action.git
synced 2024-11-22 07:59:32 +01:00
Add ending newlines
This commit is contained in:
parent
893685e69b
commit
93ad2d92a3
3 changed files with 3 additions and 3 deletions
|
@ -19,4 +19,4 @@ inputs:
|
|||
default: false
|
||||
runs:
|
||||
using: 'node16'
|
||||
main: 'dist/index.js'
|
||||
main: 'dist/index.js'
|
||||
|
|
|
@ -121,4 +121,4 @@ async function main() {
|
|||
}
|
||||
}
|
||||
|
||||
main();
|
||||
main();
|
||||
|
|
|
@ -7,4 +7,4 @@
|
|||
"include": [
|
||||
"src/**/*.ts"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue