We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933d0bf commit 779875dCopy full SHA for 779875d
1 file changed
.github/workflows/linting-formatting.yml
@@ -28,7 +28,9 @@ jobs:
28
with:
29
fetch-depth: 0
30
persist-credentials: false
31
- - uses: oxsecurity/megalinter@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # v8.7.0
+ # 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
34
env:
35
APPLY_FIXES: all
36
VALIDATE_ALL_CODEBASE: true
0 commit comments