Skip to content

Commit 232ff4c

Browse files
committed
fix config
1 parent e628eff commit 232ff4c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/codeql/codeql-config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ paths:
44
- src
55

66
paths-ignore:
7-
- node_modules
8-
- android
9-
- ios
10-
- patches
11-
- private-sdk
12-
- **/*.d.ts
7+
- "node_modules"
8+
- "android"
9+
- "ios"
10+
- "patches"
11+
- "private-sdk"
12+
- "**/*.d.ts"
1313

1414
queries:
1515
- name: Security Extended

0 commit comments

Comments
 (0)