Skip to content

Commit e462b9b

Browse files
committed
Add workflows
1 parent 9545f05 commit e462b9b

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

Diff for: .github/workflows/readme.yml

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+
# ISO Langusge Codes: https://cloud.google.com/translate/docs/languages
17+
- name: Adding README - English
18+
uses: dephraiim/translate-readme@main
19+
with:
20+
LANG: en

Diff for: .gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,6 @@ dmypy.json
126126

127127
# Pyre type checker
128128
.pyre/
129+
130+
# pycharm
131+
.idea/

0 commit comments

Comments
 (0)