From 6be5b97b3299ffbc9f22dbf5bc568b1639de44a1 Mon Sep 17 00:00:00 2001 From: B3none Date: Sat, 6 Apr 2024 11:53:52 +0100 Subject: [PATCH] Continued workflow tweaks --- .github/workflows/formatting.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/workflows/formatting.yml b/.github/workflows/formatting.yml index b70d033..7b886af 100644 --- a/.github/workflows/formatting.yml +++ b/.github/workflows/formatting.yml @@ -13,7 +13,15 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: .NET Format + - name: .NET Format (RetakesPlugin) uses: zyactions/dotnet-format@v1 with: + workspace: RetakesPlugin implicit-restore: true + + - name: .NET Format (RetakesPluginShared) + uses: zyactions/dotnet-format@v1 + with: + workspace: RetakesPluginShared + implicit-restore: true + \ No newline at end of file