We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb78bfa commit 1d3d15fCopy full SHA for 1d3d15f
.github/workflows/dotnet-autoformat-pr-push.yml
@@ -12,7 +12,7 @@ permissions:
12
jobs:
13
push-and-notify:
14
name: Push autoformatted code and notify user
15
- runs-on: ubuntu-latest
+ runs-on: windows-latest
16
if: >
17
github.event.workflow_run.event == 'pull_request' &&
18
github.event.workflow_run.conclusion == 'success'
.github/workflows/dotnet-autoformat-pr.yml
@@ -8,7 +8,7 @@ permissions:
8
9
autoformat-code:
10
name: code format check
11
steps:
- name: 'Autoformat'
0 commit comments