Skip to content

Fix english translation of german welcome message #440

Fix english translation of german welcome message

Fix english translation of german welcome message #440

Workflow file for this run

name: Check code formatting, run unit tests, etc
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install javascript modules
run: npm install
- name: Check code formatting
run: npm run check-pretty
- name: Run tests
run: npm test