We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac3074 commit d38aa4fCopy full SHA for d38aa4f
.github/workflows/qa.yml
@@ -17,13 +17,14 @@ jobs:
17
with:
18
# Full history is needed to get a proper list of changed files
19
fetch-depth: 0
20
- - uses: github/super-linter@v7
+# - uses: github/super-linter@v7
21
+ - uses: super-linter/super-linter/slim@v7
22
env:
23
DEFAULT_BRANCH: main
24
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
VALIDATE_ALL_CODEBASE: false # Only changed files
26
VALIDATE_EDITORCONFIG: true
- VALIDATE_CSHARP: false # Checked by SonarQube
27
+# VALIDATE_CSHARP: false # Checked by SonarQube
28
VALIDATE_JSON: true
29
VALIDATE_MARKDOWN: true
30
VALIDATE_YAML: true
0 commit comments