Skip to content

Commit 82355e8

Browse files
committed
README changes
1 parent d02a010 commit 82355e8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.github/workflows/weekly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
YARN_CHECKSUM_BEHAVIOR: ignore
1919

2020
# Update all the translation issues on a nightly basis
21-
- run: yarn docs-sync update-issues
21+
- run: yarn docs-sync update-github-issues microsoft/TypeScript-Website-Localizations
2222
env:
23-
GITHUB_TOKEN: ${{ secrets.GITHUB_BOT_TOKEN }}
23+
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ When a new language is created, we ask for a few people to become language owner
5656

5757
The TypeScript team generally only know English, and can answer clarifying questions if needed! For quick questions, you can use the `ts-website-translation` channel in the [TypeScript Discord](https://discord.gg/typescript).
5858

59+
#### Well tested
60+
61+
This repo has extensive CI to ensure that you can't accidentally break the TypeScript website.
62+
63+
There are local, fast checks that it won't break via `yarn test` and then the full TypeScript website test suite runs with the changes, and a website build is generated to ensure that nothing breaks.
64+
5965
# Contributing
6066

6167
This project welcomes contributions and suggestions. Most contributions require you to agree to a

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
"scripts": {
88
"pull-en": "docs-sync get-en microsoft/TypeScript-Website#v2",
99
"pull-others": "docs-sync yarn get-en microsoft/TypeScript-Website#v2 --all",
10-
"validate-paths": "docs-sync validate-against-en"
10+
"validate-paths": "docs-sync validate-against-en",
11+
"test": "yarn validate-paths"
1112
},
1213
"dependencies": {
1314
"@oss-docs/sync": "*"

0 commit comments

Comments
 (0)