add automation

This commit is contained in:
Alexis Tyler
2020-05-18 14:11:42 +09:30
parent bdc9c11079
commit 8cb863e783
2 changed files with 28 additions and 0 deletions

27
.github/workerflows/sync.yaml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: Production
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [13.x]
steps:
- name: Checkout repo
uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Sync with other languages
uses: unraid/translation-sync-action
with:
languages: 'nl_NL,es_ES'

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
tmp