Skip to content

Commit 8c52f2c

Browse files
committed
ci: adding translator for readme
1 parent f5c609d commit 8c52f2c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/workflows/readme.yml

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Translate README
2+
3+
on:
4+
push:
5+
branches:
6+
- main
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- uses: actions/checkout@v2
12+
- name: Setup Node.js
13+
uses: actions/setup-node@v1
14+
with:
15+
node-version: 12.x
16+
- name: Adding README - Chinese Simplified
17+
uses: dephraiim/translate-readme@main
18+
with:
19+
LANG: zh-CN

0 commit comments

Comments
 (0)