Skip to content

Commit 3a78d97

Browse files
authored
Update codeql-monorepo.yml
1 parent 2482a8f commit 3a78d97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql-monorepo.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# path: 'dynamic'
4343
# # EX:
4444
# # {
45-
# # "javascript": {
45+
# # "javascript-typescript": {
4646
# # "babel-cli": [
4747
# # "packages/babel-cli"
4848
# # ],
@@ -57,7 +57,7 @@ jobs:
5757
# run: |
5858
# #!/bin/bash
5959
# cd dynamic
60-
# json="{ \"javascript\": {"
60+
# json="{ \"javascript-typescript\": {"
6161
# for dir in packages/*/
6262
# do
6363
# folder_name=$(basename "$dir")

0 commit comments

Comments
 (0)