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 19e042c commit e10d6b8Copy full SHA for e10d6b8
.github/workflows/pr.yml
@@ -1,4 +1,4 @@
1
-name: Release docs
+name: Pull request checks
2
3
on: [push]
4
@@ -30,4 +30,4 @@ jobs:
30
- name: Build FSharp.Formatting master
31
run: cd FSharp.Formatting && .\build -t Build
32
- name: Run fsdocs
33
- run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
+ run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp
0 commit comments