File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 8787 run : dotnet tool restore
8888
8989 - name : Check format
90- run : dotnet build -t:CheckFormat
90+ run : dotnet fantomas --check src
9191 env :
9292 DOTNET_ROLL_FORWARD : LatestMajor
9393 DOTNET_ROLL_FORWARD_TO_PRERELEASE : 1
Original file line number Diff line number Diff line change 11<Project >
2- <ItemGroup >
3- <FormatInputs Include =" src/**/*.fs;src/**/*.fsi" Exclude =" src/**/obj/**/*.fs" />
4- </ItemGroup >
5-
62 <Target Name =" Format" >
7- <Exec Command =" dotnet fantomas @(FormatInputs, ' ') " />
3+ <Exec Command =" dotnet fantomas src " />
84 </Target >
95
106 <Target Name =" CheckFormat" >
11- <Exec Command =" dotnet fantomas --check @(FormatInputs, ' ') " />
7+ <Exec Command =" dotnet fantomas --check src " />
128 </Target >
139
1410 <ItemGroup >
You can’t perform that action at this time.
0 commit comments