Skip to content

Commit ebf6fd7

Browse files
committed
Ignorer Kotlin et Swift
1 parent 15983be commit ebf6fd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ jobs:
2929

3030
- name: Initialize CodeQL
3131
uses: github/codeql-action/init@v3
32-
paths-ignore:
33-
- mobile/android/**
34-
- mobile/ios/**
3532
with:
3633
languages: ${{ matrix.language }}
34+
config: |
35+
paths-ignore:
36+
- mobile/android/**
37+
- mobile/ios/**
3738
3839
- name: Autobuild
3940
uses: github/codeql-action/autobuild@v3

0 commit comments

Comments
 (0)