Skip to content

Commit

Permalink
chore: Install CSharpier always (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Aug 26, 2024
1 parent af25fd9 commit 4d52e29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/step-dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .

0 comments on commit 4d52e29

Please sign in to comment.