Skip to content

Merge branch 'feature/issue-945_sort-candidates-in-output-files' into… #1455

Merge branch 'feature/issue-945_sort-candidates-in-output-files' into…

Merge branch 'feature/issue-945_sort-candidates-in-output-files' into… #1455

Workflow file for this run

name: "Build, Lint, and Test"
on:
- push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: "Set up JDK 21.0.7"
uses: actions/setup-java@v2
with:
java-version: '21.0.7'
distribution: 'temurin'
- name: "Test with Gradle"
run: ./gradlew check