Skip to content

Make the proof tree (or the KeY GUI in general) responsive during automatic proof search #3730

Make the proof tree (or the KeY GUI in general) responsive during automatic proof search

Make the proof tree (or the KeY GUI in general) responsive during automatic proof search #3730

Workflow file for this run

name: CodeQuality
on:
workflow_dispatch:
merge_group:
pull_request:
push:
branches:
- main
- 'KeY-*'
jobs:
checkerFramework:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
java-version: 21
distribution: 'corretto'
cache: 'gradle'
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
- name: Build with Gradle
run: ./gradlew -DENABLE_NULLNESS=true compileTest
formatting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-java@v5
with:
distribution: 'corretto'
java-version: '21'
cache: 'gradle'
- name: Build with Gradle
run: ./gradlew --parallel --continue spotlessCheck