File tree Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Expand file tree Collapse file tree 2 files changed +4
-14
lines changed Original file line number Diff line number Diff line change 4949
5050 if : github.repository_owner == 'files-community'
5151
52- runs-on : ubuntu-latest
53- defaults :
54- run :
55- shell : pwsh
52+ runs-on : windows-latest
5653
5754 steps :
5855
6259 fetch-depth : 2
6360 - name : Setup .NET 8
6461 uses : actions/setup-dotnet@v4
65- with :
66- global-json-file : global.json
6762
68- - name : Install XamlStyler console
63+ - name : Install XamlStyler.Console
6964 run : ' dotnet tool install --global XamlStyler.Console'
7065
7166 - name : Check XAML formatting
Original file line number Diff line number Diff line change 66jobs :
77 format-xaml :
88 if : github.event.issue.pull_request && github.event.comment.body == '/format'
9- runs-on : ubuntu -latest
9+ runs-on : windows -latest
1010 environment : Pull Requests
11- defaults :
12- run :
13- shell : pwsh
1411 permissions :
1512 contents : write
1613
4845
4946 - name : Setup .NET 8
5047 uses : actions/setup-dotnet@v4
51- with :
52- global-json-file : global.json
5348
5449 - name : Set git identity
5550 if : env.CAN_RUN == 1
7974 "CAN_RUN=0" | Out-File -FilePath $env:GITHUB_ENV -Append
8075 }
8176
82- - name : Install Xaml Styler
77+ - name : Install XamlStyler.Console
8378 if : env.CAN_RUN == 1
8479 run : dotnet tool install --global XamlStyler.Console
8580
You can’t perform that action at this time.
0 commit comments