Skip to content

Commit c987a38

Browse files
authored
Merge pull request #2 from baijum/main
Update README.md
2 parents e9b4d68 + 077113d commit c987a38

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
An experimental repo to learn GitHub Actions behaviour.
44

5-
Test 31
5+
Test 52

hello.py

Lines changed: 0 additions & 5 deletions
This file was deleted.

test_hello.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

tests/hello.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ def say_hello():
33

44
def new_hello():
55
return "New Hello"
6+
7+
def third_hello():
8+
return "Ok third"

0 commit comments

Comments
 (0)