Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,12 @@ jobs:
# Run Linter against code base #
################################
- name: Lint Code Base
uses: super-linter/super-linter@v8.0.0
uses: super-linter/super-linter@v8.2.0
env:
VALIDATE_CPP: false # Use clang-formt instead
VALIDATE_ANSIBLE: false
VALIDATE_BIOME_FORMAT: false
VALIDATE_BIOME_LINT: false
VALIDATE_ALL_CODEBASE: false
FIX_MARKDOWN_PRETTIER: true
FIX_YAML_PRETTIER: true
Expand Down