Skip to content

Commit 1fb3887

Browse files
graceparkheiskr
andauthored
Update codeql.yml to include ts/tsx files (#51126)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
1 parent 2f970fe commit 1fb3887

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/codeql.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ on:
1010
- main
1111
paths:
1212
- '**/*.js'
13+
- '**/*.ts'
14+
- '**/*.jsx'
15+
- '**/*.tsx'
1316
- '.github/workflows/codeql.yml'
1417
# This is so that when CodeQL runs on a pull request, it can compare
1518
# against the state of the base branch.

0 commit comments

Comments
 (0)