Skip to content

Commit

Permalink
ci: adding translator for readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sma1lboy committed Aug 23, 2024
1 parent f5c609d commit 8c52f2c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Translate README

on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v1
with:
node-version: 12.x
- name: Adding README - Chinese Simplified
uses: dephraiim/translate-readme@main
with:
LANG: zh-CN

0 comments on commit 8c52f2c

Please sign in to comment.