From 05f4b8eb2967e98e7988aceee4f57aded56a7027 Mon Sep 17 00:00:00 2001 From: Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> Date: Sat, 14 Sep 2024 15:35:02 +0530 Subject: T6678: files listing approach updated --- .github/workflows/ruff-lint.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ruff-lint.yml b/.github/workflows/ruff-lint.yml index 499a971..a9e82be 100644 --- a/.github/workflows/ruff-lint.yml +++ b/.github/workflows/ruff-lint.yml @@ -26,13 +26,6 @@ jobs: python: - '**/*.py' - # - name: Get py changed files - # if: steps.py-filter.outputs.python == 'true' - # id: py-changed-files - # run: | - # files=$(echo '${{ steps.py-filter.outputs.python_files }}' | jq -r 'join(" ")') - # echo "files=${files}" >> $GITHUB_OUTPUT - - name: Install ruff if: steps.py-filter.outputs.python == 'true' run: | -- cgit v1.2.3