We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9b4d68 + 077113d commit c987a38Copy full SHA for c987a38
README.md
@@ -2,4 +2,4 @@
2
3
An experimental repo to learn GitHub Actions behaviour.
4
5
-Test 31
+Test 52
hello.py
test_hello.py
tests/hello.py
@@ -3,3 +3,6 @@ def say_hello():
def new_hello():
return "New Hello"
6
+
7
+def third_hello():
8
+ return "Ok third"
0 commit comments