Skip to content

feat(i18n): add estonian translation #1139

feat(i18n): add estonian translation

feat(i18n): add estonian translation #1139

Workflow file for this run

name: Lint
on:
# Trigger the workflow on push or pull request,
# but only for the main branch
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
name: lint
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@v3
- name: Use Node.js 16
uses: actions/[email protected]
with:
node-version: 16
- name: Install dependencies
run: yarn
- name: Lint checks
run: yarn lint:ci