Skip to content

Add German translation (#299) #211

Add German translation (#299)

Add German translation (#299) #211

Workflow file for this run

name: Check
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "20"
- name: Install modules
run: npm ci
- name: Setup project
run: npm run setup
- name: Run Lint
run: npm run check