Skip to content

Commit 1c26d20

Browse files
committed
fix
Signed-off-by: yuluo-yx <[email protected]>
1 parent 5432728 commit 1c26d20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Run pre-commit on Go, Rust, JavaScript and Python files
8585
run: |
8686
# Find all Go, Rust, JavaScripts and Python files (excluding vendored/generated code)
87-
FILES=$(find . -type f \( -name "*.go" -o -name "*.rs" -o -name "*.py" -o name "*.js" \) \
87+
FILES=$(find . -type f \( -name "*.go" -o -name "*.rs" -o -name "*.py" -o -name "*.js" \) \
8888
! -path "./target/*" \
8989
! -path "./candle-binding/target/*" \
9090
! -path "./.git/*" \

0 commit comments

Comments
 (0)