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 .