From eb58fb3459aa965def6c9991ecbb5c349f5002f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Mon, 26 Aug 2024 20:49:01 +0200 Subject: [PATCH] chore: Install CSharpier always --- .github/workflows/step-dotnet-format.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/step-dotnet-format.yml b/.github/workflows/step-dotnet-format.yml index 5bfc20e..88dcd38 100644 --- a/.github/workflows/step-dotnet-format.yml +++ b/.github/workflows/step-dotnet-format.yml @@ -44,7 +44,10 @@ jobs: dotnet-version: ${{ inputs.dotnet-version }} dotnet-quality: ${{ inputs.dotnet-quality }} + - name: Install CSharpier + run: | + dotnet tool install --global csharpier + - name: Linting solution run: | - dotnet tool restore dotnet csharpier --check .