Skip to content

Suppport feature #2554. Fix the width of task progess bar. #2845

Suppport feature #2554. Fix the width of task progess bar.

Suppport feature #2554. Fix the width of task progess bar. #2845

name: Check Translations
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '11'
java-package: 'jdk+fx'
- name: Check style test
run: ./gradlew checkTranslations