Skip to content

Commit

Permalink
Continued workflow tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
B3none committed Apr 6, 2024
1 parent 54d64fb commit 6be5b97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6be5b97

Please sign in to comment.