Skip to content

Fix some UI states was not updated during sync. #432

Fix some UI states was not updated during sync.

Fix some UI states was not updated during sync. #432

Workflow file for this run

name: Checkstyle
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: set up JDK 17
uses: actions/setup-java@v2
with:
java-version: '17'
distribution: 'adopt'
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run ktlint tests
run: ./gradlew assembleDebug ktlintCheck