Skip to content

feat: add new utils for handling translations #348

feat: add new utils for handling translations

feat: add new utils for handling translations #348

Workflow file for this run

name: Linters and tests
on: [push, pull_request]
jobs:
run_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Node.js 16
uses: actions/setup-node@v3
with:
node-version: 16
- name: Copy envs
run: cp .env.dist .env
- name: Install root dependencies
uses: bahmutov/npm-install@v1
- name: Lint
run: npm run lint
- name: Test & coverage
run: npm run coverage
env:
CI: true