Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 4 additions & 2 deletions .github/workflows/super-linter.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion .github/workflows/super-linter.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
description: Runs comprehensive code quality checks using Super Linter and creates issues for violations
description: Runs Markdown quality checks using Super Linter and creates issues for violations
on:
workflow_dispatch:
schedule:
Expand Down Expand Up @@ -44,6 +44,10 @@ jobs:
LOG_FILE: super-linter.log
DEFAULT_BRANCH: main
ENABLE_GITHUB_ACTIONS_STEP_SUMMARY: "true"
# Only validate Markdown - other linters (Go, JS, YAML, Shell) run in CI
VALIDATE_MARKDOWN: "true"
# Disable all other linters to improve performance
VALIDATE_ALL_CODEBASE: "false"

- name: Check for linting issues
id: check-results
Expand Down