diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 3bc5130..b664d23 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest defaults: run: - working-directory: ${{ github.workspace }}/fsharp/NerdDeckFSharp + working-directory: ${{ github.workspace }}/fsharp steps: - name: Checkout uses: actions/checkout@v3 @@ -26,7 +26,7 @@ jobs: needs: build defaults: run: - working-directory: ${{ github.workspace }}/fsharp/NerdDeckFSharp + working-directory: ${{ github.workspace }}/fsharp steps: - name: Checkout uses: actions/checkout@v3 diff --git a/fsharp/NerdDeckFSharp/NerdDeckFSharp.sln b/fsharp/NerdDeckFSharp.sln similarity index 100% rename from fsharp/NerdDeckFSharp/NerdDeckFSharp.sln rename to fsharp/NerdDeckFSharp.sln diff --git a/fsharp/NerdDeckFSharp/src/App.Tests/App.Tests.fsproj b/fsharp/src/App.Tests/App.Tests.fsproj similarity index 100% rename from fsharp/NerdDeckFSharp/src/App.Tests/App.Tests.fsproj rename to fsharp/src/App.Tests/App.Tests.fsproj diff --git a/fsharp/NerdDeckFSharp/src/App.Tests/Program.fs b/fsharp/src/App.Tests/Program.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/App.Tests/Program.fs rename to fsharp/src/App.Tests/Program.fs diff --git a/fsharp/NerdDeckFSharp/src/App.Tests/UnitTest1.fs b/fsharp/src/App.Tests/UnitTest1.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/App.Tests/UnitTest1.fs rename to fsharp/src/App.Tests/UnitTest1.fs diff --git a/fsharp/NerdDeckFSharp/src/App/App.fsproj b/fsharp/src/App/App.fsproj similarity index 100% rename from fsharp/NerdDeckFSharp/src/App/App.fsproj rename to fsharp/src/App/App.fsproj diff --git a/fsharp/NerdDeckFSharp/src/App/Program.fs b/fsharp/src/App/Program.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/App/Program.fs rename to fsharp/src/App/Program.fs diff --git a/fsharp/NerdDeckFSharp/src/App/flashcards.json b/fsharp/src/App/flashcards.json similarity index 100% rename from fsharp/NerdDeckFSharp/src/App/flashcards.json rename to fsharp/src/App/flashcards.json diff --git a/fsharp/NerdDeckFSharp/src/Library.Tests/FlashCardTests.fs b/fsharp/src/Library.Tests/FlashCardTests.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/Library.Tests/FlashCardTests.fs rename to fsharp/src/Library.Tests/FlashCardTests.fs diff --git a/fsharp/NerdDeckFSharp/src/Library.Tests/Library.Tests.fsproj b/fsharp/src/Library.Tests/Library.Tests.fsproj similarity index 100% rename from fsharp/NerdDeckFSharp/src/Library.Tests/Library.Tests.fsproj rename to fsharp/src/Library.Tests/Library.Tests.fsproj diff --git a/fsharp/NerdDeckFSharp/src/Library.Tests/Program.fs b/fsharp/src/Library.Tests/Program.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/Library.Tests/Program.fs rename to fsharp/src/Library.Tests/Program.fs diff --git a/fsharp/NerdDeckFSharp/src/Library/File.fs b/fsharp/src/Library/File.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/Library/File.fs rename to fsharp/src/Library/File.fs diff --git a/fsharp/NerdDeckFSharp/src/Library/FlashCard.fs b/fsharp/src/Library/FlashCard.fs similarity index 100% rename from fsharp/NerdDeckFSharp/src/Library/FlashCard.fs rename to fsharp/src/Library/FlashCard.fs diff --git a/fsharp/NerdDeckFSharp/src/Library/Library.fsproj b/fsharp/src/Library/Library.fsproj similarity index 100% rename from fsharp/NerdDeckFSharp/src/Library/Library.fsproj rename to fsharp/src/Library/Library.fsproj