Skip to content

fix: Fix typo in transaltion #1032

fix: Fix typo in transaltion

fix: Fix typo in transaltion #1032

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint