diff --git a/.github/.github/CODEOWNERS b/.github/.github/CODEOWNERS deleted file mode 100644 index 213747a..0000000 --- a/.github/.github/CODEOWNERS +++ /dev/null @@ -1,4 +0,0 @@ -* @rcornwall-reg -* @RG-nAmKcAz -* @vontell -* @analogrelay \ No newline at end of file diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..e53afe0 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,2 @@ +* @vontell +* @analogrelay \ No newline at end of file diff --git a/.github/.github/problemMatchers/dotnet-format.json b/.github/problemMatchers/dotnet-format.json similarity index 100% rename from .github/.github/problemMatchers/dotnet-format.json rename to .github/problemMatchers/dotnet-format.json diff --git a/.github/.github/problemMatchers/unity-compile.json b/.github/problemMatchers/unity-compile.json similarity index 100% rename from .github/.github/problemMatchers/unity-compile.json rename to .github/problemMatchers/unity-compile.json diff --git a/.github/.github/workflows/fmt.yml b/.github/workflows/fmt.yml similarity index 100% rename from .github/.github/workflows/fmt.yml rename to .github/workflows/fmt.yml diff --git a/.github/.github/workflows/unity-build.yml b/.github/workflows/unity-build.yml similarity index 100% rename from .github/.github/workflows/unity-build.yml rename to .github/workflows/unity-build.yml