From c7ee57776fe6466f3cc7a13b7fdf741372922ee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Broks=20Randolfs=20Gail=C4=ABtis?= Date: Mon, 3 Mar 2025 12:45:23 +0200 Subject: [PATCH] Use github workflow folder --- {.gitea => .github}/workflows/ci.yml | 0 nx.json | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {.gitea => .github}/workflows/ci.yml (100%) diff --git a/.gitea/workflows/ci.yml b/.github/workflows/ci.yml similarity index 100% rename from .gitea/workflows/ci.yml rename to .github/workflows/ci.yml diff --git a/nx.json b/nx.json index 24f5007..294530c 100644 --- a/nx.json +++ b/nx.json @@ -12,7 +12,7 @@ "!{projectRoot}/src/test-setup.[jt]s", "!{projectRoot}/test-setup.[jt]s" ], - "sharedGlobals": ["{workspaceRoot}/.gitea/workflows/ci.yml"] + "sharedGlobals": ["{workspaceRoot}/.github/workflows/ci.yml"] }, "nxCloudId": "67c44e2d4905fc4e73c9a3fb", "targetDefaults": {