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'