Add newline to EOF
This commit is contained in:
parent
b244db0e44
commit
b997f18dd8
|
@ -23,4 +23,4 @@ jobs:
|
|||
env:
|
||||
BASE: ${{ github.event.pull_request.base.sha }}
|
||||
HEAD: ${{ github.event.pull_request.head.sha }}
|
||||
run: php tools/monorepo/check-changelogger-use.php --debug "$BASE" "$HEAD"
|
||||
run: php tools/monorepo/check-changelogger-use.php --debug "$BASE" "$HEAD"
|
||||
|
|
|
@ -227,4 +227,4 @@ if ( $exit && ! getenv( 'CI' ) && ! $list ) {
|
|||
printf( "\e[32mUse `pnpm nx affected --target=changelog` to add a change file for each project.\e[0m\n" );
|
||||
}
|
||||
|
||||
exit( $exit );
|
||||
exit( $exit );
|
||||
|
|
Loading…
Reference in New Issue