Skip to content

Commit 02e16da

Browse files
authored
chore(code-ql): ignore scripts (#5239)
1 parent 4bf2666 commit 02e16da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
- '**/*.spec.ts'
6363
- '**/*.test.tsx'
6464
- '**/*.spec.tsx'
65+
- 'scripts/**'
6566
6667
# Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift).
6768
# If this step fails, then you should remove it and run the build manually (see below)

0 commit comments

Comments
 (0)