From 9e6d21b9703200beb455e28d8849c2e9ae3b9a03 Mon Sep 17 00:00:00 2001 From: Mahdi Ben Jelloul Date: Thu, 13 Jun 2024 17:51:05 +0100 Subject: [PATCH] Comment out lint YAML files --- .github/workflows/workflow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 304f23e..677330e 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -67,8 +67,8 @@ jobs: - run: make check-style - name: Lint Python files run: "${GITHUB_WORKSPACE}/.github/lint-changed-python-files.sh" - - name: Lint YAML tests - run: "${GITHUB_WORKSPACE}/.github/lint-changed-yaml-tests.sh" + # - name: Lint YAML tests + # run: "${GITHUB_WORKSPACE}/.github/lint-changed-yaml-tests.sh" test-python: runs-on: ${{ matrix.os }} needs: [ build ]