Skip to content

Commit

Permalink
chore: Switched to csharpier as linter (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion authored Jun 24, 2024
1 parent 321fd3d commit 3425a1f
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/step-dotnet-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,7 @@ jobs:
dotnet-version: ${{ inputs.dotnet-version }}
dotnet-quality: ${{ inputs.dotnet-quality }}

- name: Restore dependencies
run: dotnet restore ${{ inputs.solution }} -v ${{ inputs.dotnet-logging }}

- name: .NET Lint
uses: zyactions/dotnet-lint@v1
with:
workspace: ${{ inputs.solution }}

# - name: Execute `dotnet-format`
# run: dotnet format ${{ inputs.solution }} --verify-no-changes --verbosity ${{ inputs.dotnet-logging }}
- name: Linting solution
run: |
dotnet tool restore
dotnet csharpier --check ${{ inputs.solution }}

0 comments on commit 3425a1f

Please sign in to comment.