Skip to content

Commit

Permalink
add dotnet-quality to linter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed Apr 16, 2024
1 parent 801b74c commit e1050ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
dotnet-quality: 'ga'
- name: Run linters
uses: wearerequired/lint-action@v2
with:
dotnet_format: true
continue_on_error: true
check_name: ${linter} run
check_name: ${linter} run

0 comments on commit e1050ac

Please sign in to comment.