Skip to content

Update i18n source en.po file #267

Update i18n source en.po file

Update i18n source en.po file #267

Workflow file for this run

name: Complete Check
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: '**/node_modules'
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Build
run: yarn build:ci