From 4d52e293ed6440654f7a4b1c3815767e4ae3dea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Mon, 26 Aug 2024 20:50:14 +0200 Subject: [PATCH] chore: Install CSharpier always (#74) --- .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 .