Skip to content

Commit

Permalink
ci: fix csharpier validation
Browse files Browse the repository at this point in the history
  • Loading branch information
GenjiruSUchiwa committed Nov 19, 2024
1 parent fa13d35 commit 3addbaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet tool restore
- name: Validate code linter with Csharpier
run: |
dotnet tool csharpier --check .
dotnet csharpier --check .
build:
needs: lint
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3addbaa

Please sign in to comment.