Skip to content

Commit 4e0bd04

Browse files
authored
Merge pull request #40789 from github/repo-sync
Repo sync
2 parents b00d7fe + 2d82e35 commit 4e0bd04

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ---------------------------------------------------------------
99
# To update the sha:
1010
# https://github.com/github/gh-base-image/pkgs/container/gh-base-image%2Fgh-base-noble
11-
FROM ghcr.io/github/gh-base-image/gh-base-noble:20251008-224804-g33b3d6bf5 AS base
11+
FROM ghcr.io/github/gh-base-image/gh-base-noble:20251009-110343-g5a525d4e1 AS base
1212

1313
# Install curl for Node install and determining the early access branch
1414
# Install git for cloning docs-early-access & translations repos

src/data-directory/lib/data-schemas/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ const dataSchemas: DataSchemas = {
1010
'data/code-languages.yml': '@/data-directory/lib/data-schemas/code-languages',
1111
'data/glossaries/candidates.yml': '@/data-directory/lib/data-schemas/glossaries-candidates.js',
1212
'data/glossaries/external.yml': '@/data-directory/lib/data-schemas/glossaries-external.js',
13+
'data/tables/supported-code-languages.yml':
14+
'@/data-directory/lib/data-schemas/supported-code-languages.js',
1315
}
1416

1517
export default dataSchemas

0 commit comments

Comments
 (0)