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()