Skip to content

Fix German grammar, phrasing and term consistency (#1150) #1320

Fix German grammar, phrasing and term consistency (#1150)

Fix German grammar, phrasing and term consistency (#1150) #1320

Workflow file for this run

# copied from Liam's workflows
name: CI
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
lint-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm install
- name: Lint
run: yarn run lint