Skip to content

add zx

add zx #5

name: Auto translation
on: push
defaults:
run:
shell: bash
jobs:
translate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- uses: actions/setup-node@v4
with:
node-version-file: 'package.json'
- run: npm ci
- run: npm run translate:diff
- run: npm run translate:rm
- run: npm run build