Skip to content

Fix German translation especially in tutorial #45

Fix German translation especially in tutorial

Fix German translation especially in tutorial #45

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: gradle/wrapper-validation-action@v1
- name: Cache gradle
uses: actions/cache@v1
with:
path: ~/.gradle/caches
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Run checks
run: ./gradlew evaluateViolations testDebugUnitTest testFlossDebugUnitTest -s