Skip to content

Commit aeda9d2

Browse files
committed
Run dotnet format on windows too
1 parent ad1c813 commit aeda9d2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
sleet push bin --config none -f --verbose -p "SLEET_FEED_CONTAINER=nuget" -p "SLEET_FEED_CONNECTIONSTRING=${{ secrets.SLEET_CONNECTION }}" -p "SLEET_FEED_TYPE=azure" || echo "No packages found"
5454
5555
dotnet-format:
56-
runs-on: ubuntu-latest
56+
runs-on: windows-latest
5757
steps:
5858
- name: 🤘 checkout
5959
uses: actions/checkout@v2

0 commit comments

Comments
 (0)