Skip to content

Commit 779875d

Browse files
committed
chore: use linter flavor for better performance
1 parent 933d0bf commit 779875d

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/linting-formatting.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,9 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false
31-
- uses: oxsecurity/megalinter@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
31+
# flavors/dotnet is the smallest flavor of MegaLinter that contains the linters
32+
# we are interested in.
33+
- uses: oxsecurity/megalinter/flavors/dotnet@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
3234
env:
3335
APPLY_FIXES: all
3436
VALIDATE_ALL_CODEBASE: true

0 commit comments

Comments
 (0)