Skip to content

fix updating of the ui so that name changes are displayed properly #187

fix updating of the ui so that name changes are displayed properly

fix updating of the ui so that name changes are displayed properly #187

Workflow file for this run

name: Codestyle
on: [ push ]
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
cache: gradle
- name: Run Ktlint
run: ./gradlew ktlintCheck
- name: Provide Ktlint Results
uses: actions/upload-artifact@v3
with:
name: Ktlint Results
path: ./*/build/reports/ktlint/