Thanks to visit codestin.com Credit goes to github.com
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 eead54d commit 06f8a4dCopy full SHA for 06f8a4d
.github/workflows/docs.yml
@@ -22,8 +22,6 @@ jobs:
22
dotnet-version: 3.1.201
23
- name: Restore tools
24
run: dotnet tool restore
25
- - name: Restore dependencies
26
- run: dotnet paket restore
27
- name: Checkout fsharp master
28
run: git clone https://github.com/dotnet/fsharp --depth 1 fsharp -b feature/docs
29
- name: Build fsharp master
.gitignore
@@ -3,4 +3,6 @@ paket-files
3
.ionide
4
_public
5
.vscode
6
-.paket
+.paket
7
+fsharp/
8
+FSharp.Formatting/
0 commit comments