Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 0c6afff

Browse files
committed
add newline on end of yml files
1 parent e194787 commit 0c6afff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,4 +68,4 @@ jobs:
6868
DBUSER: root
6969
DBPASSWORD:
7070
DBHOST: 127.0.0.1
71-
DBPORT: $
71+
DBPORT: $

.github/workflows/pep8.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
do if [[ $file == *.py ]];
2929
then pycodestyle --first $file;
3030
fi;
31-
done
31+
done

0 commit comments

Comments
 (0)