Skip to content

Commit

Permalink
Run dotnet format on windows too
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Aug 3, 2023
1 parent 9bb30db commit 146f9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
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"
dotnet-format:
runs-on: ubuntu-latest
runs-on: windows-latest
steps:
- name: 🤘 checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 146f9a7

Please sign in to comment.