Skip to content

rename language to locale #43

rename language to locale

rename language to locale #43

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
jobs:
test_and_build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm ci --no-optional
- run: npm test
- name: 'Build web app artifacts'
run: npm run build