Test Repo
Go to file
indigo f10ef75e9c
Gitea Actions Deploy / Explore-Gitea-Actions (push) Failing after 6s Details
! Update and Test
2024-03-03 03:16:18 +08:00
.gitea/workflows ! Update and Test 2024-03-03 03:16:18 +08:00
.vscode ! Update Repo 2023-12-26 22:25:06 +08:00
src ! Fix main.cpp 2024-03-02 21:42:26 +08:00
.gitignore ! Update Repo 2023-12-26 22:25:06 +08:00
CMakeLists.txt ! Update Repo 2023-12-26 22:25:06 +08:00
README.md Init Repo 2023-12-26 22:06:38 +08:00

README.md

Test Repo for Action

This repo for test Action

Requirement

  • Module A
  • Module B
  • Module C

Build Code

import os
os.path.join(os.getenv('PROJECT_ROOT'), 'file.txt')
for i in range(10):
    print(i)