Skip to content

Add a check for localized strings #33

Add a check for localized strings

Add a check for localized strings #33

Workflow file for this run

name: PR Checks
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn install --frozen-lockfile
- name: Run tests
run: yarn jest --ci --runInBand --reporters=default --reporters=jest-junit