From 84f49c6465288fba06cb2fd0334e2ddd94a59d1e Mon Sep 17 00:00:00 2001 From: Simon Jones Date: Sun, 28 Apr 2024 21:39:31 -0400 Subject: [PATCH] chore: remove markdown linting Removing this for now while we strive to get features out --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5e6160e..f7bc8ad 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,11 +46,6 @@ jobs: uses: actions/checkout@v3 with: fetch-depth: 0 - # Run the mdl linting tool - # Refers to .mdlrc file in repository - - name: Run Markdown Linting - if: matrix.os == 'ubuntu-latest' - uses: actionshub/markdownlint@main # Setup Python for the current language version - name: Setup Python ${{ matrix.python-version }} if: always()