Skip to content

Commit a733c12

Browse files
committed
test2
1 parent 496458d commit a733c12

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
6363
def main() -> None:
6464
item_lists = list(set(discover()))
65+
print()
6566
length = len(item_lists)
6667
json_modules = jsonify({"service": item_lists})
6768

my dir/a.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
a

my dir/b.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
b

0 commit comments

Comments
 (0)