diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-09-14 15:35:02 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-14 15:35:02 +0530 |
commit | 05f4b8eb2967e98e7988aceee4f57aded56a7027 (patch) | |
tree | ff52214f32551b4576dbf5843437f14745673065 | |
parent | 068a5b0b16afe7f504b43f765c32c30214f11c5a (diff) | |
download | vyos-workflow-test-temp-05f4b8eb2967e98e7988aceee4f57aded56a7027.tar.gz vyos-workflow-test-temp-05f4b8eb2967e98e7988aceee4f57aded56a7027.zip |
T6678: files listing approach updated
-rw-r--r-- | .github/workflows/ruff-lint.yml | 7 |
1 files changed, 0 insertions, 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: | |