FILE / ScuroNeko/gitea-runner-test

main.py

Исходный файл и его история в репозитории.
FILE e12fe78138b5f8b960da72f06e98f8af0846a5a9
Files
gitea-runner-test/main.py
T
ScuroNeko e12fe78138
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 7s
Build and push image / docker (push) Failing after 24s
Python CI / python (push) Has been cancelled
Golang lint / GoLint (push) Has been cancelled
test
2026-04-23 15:22:08 +03:00

8 lines
105 B
Python

def test():
assert 1 + 1 == 2
if __name__ == "__main__":
test()
print("All tests passed!")