Make one review for files #96
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# name: Translate README | |
# on: | |
# push: | |
# branches: | |
# - main | |
# permissions: | |
# contents: write | |
# 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 | |
# # ISO Langusge Codes: https://cloud.google.com/translate/docs/languages | |
# - name: Adding README - Chinese Simplified | |
# uses: dephraiim/translate-readme@main | |
# with: | |
# LANG: zh-CN | |
# - name: Adding README - Chinese Traditional | |
# uses: dephraiim/translate-readme@main | |
# with: | |
# LANG: zh-TW |