Update dependency org.jmailen.kotlinter to v4.4.1 (#119) #546
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Validate | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
run_tests: | |
name: Run Tests | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions/setup-java@v4 | |
with: | |
distribution: 'temurin' | |
java-version: '17' | |
architecture: x64 | |
- name: Setup Cl | |
run: ./scripts/SetupClUnix.sh | |
- name: Set up gradle | |
uses: gradle/actions/setup-gradle@v4 | |
- name: Build check | |
run: ./gradlew :desktop:packageUberJarForCurrentOS :android:assembleDebug |