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 fb46179 commit 310e833Copy full SHA for 310e833
.config/dotnet-tools.json
@@ -0,0 +1,18 @@
1
+{
2
+ "version": 1,
3
+ "isRoot": true,
4
+ "tools": {
5
+ "paket": {
6
+ "version": "6.0.13",
7
+ "commands": [
8
+ "paket"
9
+ ]
10
+ },
11
+ "fantomas-tool": {
12
+ "version": "4.5.3",
13
14
+ "fantomas"
15
16
+ }
17
18
+}
.github/workflows/build-and-test.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Check formatting
24
run: dotnet fantomas . -r --check
25
- name: Build
26
- run: dotnet build --configuration Release --no-restore
+ run: dotnet run Build --configuration Release --no-restore
27
- name: Test
28
run: dotnet run RunTests
0 commit comments