From e10d6b8418322a397bf43a3574eb6681a38c20a3 Mon Sep 17 00:00:00 2001 From: Don Syme Date: Thu, 9 Sep 2021 12:35:06 +0100 Subject: [PATCH] Update pr.yml --- .github/workflows/pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f8cc92e09..f2b20e32d 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -1,4 +1,4 @@ -name: Release docs +name: Pull request checks on: [push] @@ -30,4 +30,4 @@ jobs: - name: Build FSharp.Formatting master run: cd FSharp.Formatting && .\build -t Build - name: Run fsdocs - run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp \ No newline at end of file + run: dotnet FSharp.Formatting\src\FSharp.Formatting.CommandTool\bin\Release\net5.0\fsdocs.dll build --sourcefolder fsharp