Skip to content

[JEWEL-715] Rewrite/cleanup/simplify ListComboBox code #56

[JEWEL-715] Rewrite/cleanup/simplify ListComboBox code

[JEWEL-715] Rewrite/cleanup/simplify ListComboBox code #56

Workflow file for this run

name: Jewel Checks
on:
pull_request:
paths:
- "community/platform/jewel/**"
defaults:
run:
working-directory: community/platform/jewel
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up JDK 21
uses: actions/setup-java@v4
with:
java-version: 21
distribution: zulu
cache: gradle
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Run :check task
run: ./gradlew check --continue --no-daemon