We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5432728 commit 1c26d20Copy full SHA for 1c26d20
.github/workflows/pre-commit.yml
@@ -84,7 +84,7 @@ jobs:
84
- name: Run pre-commit on Go, Rust, JavaScript and Python files
85
run: |
86
# 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" \) \
+ FILES=$(find . -type f \( -name "*.go" -o -name "*.rs" -o -name "*.py" -o -name "*.js" \) \
88
! -path "./target/*" \
89
! -path "./candle-binding/target/*" \
90
! -path "./.git/*" \
0 commit comments