This commit is contained in:
parent
8aaa584835
commit
f5638a37a1
5 changed files with 46 additions and 0 deletions
6
src/test_woodpecker_ci/main.py
Normal file
6
src/test_woodpecker_ci/main.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def main():
|
||||
print("Hello from test-woodpecker-ci!")
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Add table
Add a link
Reference in a new issue