Skip to content

Commit

Permalink
only modified files
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-erojaslizano committed Mar 21, 2024
1 parent af18695 commit b25dab7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,14 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: "6.0.x"
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v43
- name: Run linters
uses: wearerequired/lint-action@v2
with:
dotnet_format: true
dotnet_format_args: "--include ${{ALL_CHANGED_FILES}}"
continue_on_error: false
github_token: ${{ secrets.GITHUB_TOKEN }}
check_name: ${linter} run
Expand Down

0 comments on commit b25dab7

Please sign in to comment.