Skip to content

Update ZH language file #117

Update ZH language file

Update ZH language file #117

Workflow file for this run

name: Build and test
on: [push, pull_request]
jobs:
test:
if: |
!startsWith(github.ref, 'refs/tags')
name: Generate build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: "12"
- run: yarn install
- run: yarn run build chrome
- run: yarn run build firefox