summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ruff-lint.yml7
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: |