add automation
This commit is contained in:
27
.github/workerflows/sync.yaml
vendored
Normal file
27
.github/workerflows/sync.yaml
vendored
Normal 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
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
tmp
|
Reference in New Issue
Block a user