Add newline to EOF

This commit is contained in:
Jonathan Sadowski 2022-04-01 13:12:16 -05:00
parent b244db0e44
commit b997f18dd8
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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 );