初始化 Python 项目,添加 Gitea Actions 工作流和基本测试

This commit is contained in:
2026-06-08 22:27:17 +08:00
commit f808f51870
7 changed files with 85 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from python-action-test!")
if __name__ == "__main__":
main()