Skip to content

Fix rendering for languages with only 1 plural #16

Fix rendering for languages with only 1 plural

Fix rendering for languages with only 1 plural #16

Workflow file for this run

name: Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
tests:
name: Tests
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14.x
- name: Install dependencies
run: npm install
- name: Build
run: npm run build
- name: Lint
run: npm run eslint
- name: Test
run: npm run test