There was an error while loading. Please reload this page.
1 parent 24d8aa7 commit eca58d1Copy full SHA for eca58d1
1 file changed
.github/workflows/ruff-check.yml
@@ -27,9 +27,7 @@ jobs:
27
with:
28
python-version: '3.12'
29
30
-
31
# 3. Determine changed Python files
32
33
- name: Get changed Python files
34
id: changed-files
35
run: |
@@ -43,8 +41,7 @@ jobs:
43
41
44
42
# List all changed .py files in target directories
45
FILES=$(git diff --name-only --diff-filter=ACMRT $BASE_SHA $HEAD_SHA \
46
47
- | grep -E '^(api-server|state-manager)/.*\.py$' || true)
+ | grep -E '\.py$' || true)
48
49
echo "files=$FILES" >> "$GITHUB_OUTPUT"
50
0 commit comments