diff --git a/AdPlatformServers.sln b/AdPlatformServers.sln index 95dcd95..29c837d 100644 --- a/AdPlatformServers.sln +++ b/AdPlatformServers.sln @@ -19,6 +19,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TikTokApi", "TikTokApi\TikT EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IntelligenceAPI", "IntelligenceAPI\IntelligenceAPI.csproj", "{1971AA11-806A-4482-BFA5-8C9479E6EDF3}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".gitea", ".gitea", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{C059BC0B-0B92-4486-93D6-97C478DBE95A}" + ProjectSection(SolutionItems) = preProject + ci.yaml = ci.yaml + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -61,6 +68,9 @@ Global GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE EndGlobalSection + GlobalSection(NestedProjects) = preSolution + {C059BC0B-0B92-4486-93D6-97C478DBE95A} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8} + EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {4B799533-53B7-40FD-BBF1-FFF614C13DC9} EndGlobalSection diff --git a/ci.yaml b/ci.yaml new file mode 100644 index 0000000..8b753ab --- /dev/null +++ b/ci.yaml @@ -0,0 +1,16 @@ +name: CI Test + +on: + push: + branches: + - master + +jobs: + test: + runs-on: host + steps: + - name: Checkout code + uses: actions/checkout@v3 + + - name: Say hello + run: echo "CI runner is working!" \ No newline at end of file diff --git a/workflows b/workflows new file mode 100644 index 0000000..e69de29