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 2a00261 commit c482f7eCopy full SHA for c482f7e
.config/dotnet-tools.json
@@ -15,7 +15,7 @@
15
]
16
},
17
"fantomas": {
18
- "version": "6.2.2",
+ "version": "6.2.3",
19
"commands": [
20
"fantomas"
21
.github/workflows/build.yml
@@ -84,10 +84,7 @@ jobs:
84
run: dotnet --info
85
86
- name: Restore tools
87
- run: |
88
- # can't do a tool restore here due to an 8.0.100 rc2 bug - this is fixed in GA so can go back to
89
- # dotnet tool restore then.
90
- dotnet tool install paket --version 8.0.0-alpha002 && dotnet tool install fantomas --version 6.2.2 && dotnet paket restore
+ run: dotnet tool restore
91
92
- name: Check format
93
run: dotnet build -t:CheckFormat
0 commit comments