Skip to content

Commit 560b97f

Browse files
ignoring kotlin files that will not build in this environment
1 parent f92a213 commit 560b97f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,11 @@ jobs:
223223
with:
224224
languages: ${{ matrix.language }}
225225
build-mode: ${{ matrix.build-mode }}
226+
config: |
227+
paths-ignore:
228+
- '**/android/app/main/java/iterable/reactnativesdk/example/**
229+
230+
226231
# If you wish to specify custom queries, you can do so here or in a config file.
227232
# By default, queries listed here will override any specified in a config file.
228233
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)