Skip to content

Commit d38aa4f

Browse files
committed
fix: super linter
1 parent eac3074 commit d38aa4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/qa.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,14 @@ jobs:
1717
with:
1818
# Full history is needed to get a proper list of changed files
1919
fetch-depth: 0
20-
- uses: github/super-linter@v7
20+
# - uses: github/super-linter@v7
21+
- uses: super-linter/super-linter/slim@v7
2122
env:
2223
DEFAULT_BRANCH: main
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2425
VALIDATE_ALL_CODEBASE: false # Only changed files
2526
VALIDATE_EDITORCONFIG: true
26-
VALIDATE_CSHARP: false # Checked by SonarQube
27+
# VALIDATE_CSHARP: false # Checked by SonarQube
2728
VALIDATE_JSON: true
2829
VALIDATE_MARKDOWN: true
2930
VALIDATE_YAML: true

0 commit comments

Comments
 (0)