Skip to content

fix: add i18next doc URL to the README #32

fix: add i18next doc URL to the README

fix: add i18next doc URL to the README #32

Workflow file for this run

name: Release to Production
'on':
push:
branches:
- master
jobs:
deployment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: yarn install
- run: yarn lint
- run: yarn tsc
- run: yarn test
- run: yarn build