From 39f5c632b2e90fa16a2f219aa62a2e6f2f5a157f Mon Sep 17 00:00:00 2001 From: "Marcus W." Date: Tue, 29 Jul 2025 20:12:03 +0300 Subject: [PATCH] Remove markdown lint step --- .github/workflows/syntax-check.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/syntax-check.yml b/.github/workflows/syntax-check.yml index 4826f25..5451b8e 100644 --- a/.github/workflows/syntax-check.yml +++ b/.github/workflows/syntax-check.yml @@ -19,9 +19,3 @@ jobs: - name: Compile Python files run: | python -m py_compile $(git ls-files '*.py') - - name: Install markdownlint - run: | - npm install -g markdownlint-cli - - name: Lint Markdown files - run: | - markdownlint '**/*.md'