Skip to content

Commit

Permalink
Fix 'Github Actions' configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
lycantropos committed Jul 9, 2023
1 parent 3f9a98f commit 8d29d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
dotnet-version: ${{ matrix.dotnet_version }}
- name: 'Install C# linter'
run: dotnet tool install csharpier
run: dotnet tool install csharpier -g
- name: 'Run C# linter'
run: dotnet csharpier --check .
- name: 'Setup Python'
Expand Down

0 comments on commit 8d29d6f

Please sign in to comment.